Cloud Infrastructure
Trust: 39/100 (Limited)io.github.railwayapp/mcp-server Guide
Official Railway MCP server
154 starsby railwayapp
Quick Start
Install
npx @railway/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-railwayapp-mcp-server": {
"command": "npx",
"args": [
"@railway/mcp-server"
]
}
}
}