II.
ToolServer JSON
Structured · livetool-server:mcp-railway
Railway MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-railway",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-cloud-devops.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Railway MCP Server",
"description": "MCP server providing access to the Railway platform.\nEnables AI agents to manage projects, services, deployments,\nvariables, and databases on Railway with persistent process support.\n",
"protocol": "mcp",
"category": "cloud",
"repoUrl": "https://github.com/railway-mcp/railway-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-railway",
"to": "platform:railway",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-railway",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-railway",
"to": "domain:platform-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}