Skip to content
VS Code

Railway MCP for VS Code

com.railway/mcp

Develop, manage, and debug Railway projects, services, and deployments from within agents.

client:VS Code transport:streamable-http

Install Railway MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.railway.com/"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Railway MCP in other clients