[ MCP_NODE_3855 ]
railway
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Railway MCP server provides seamless integration with Railway’s deployment platform, enabling Claude to manage projects, deployments, and infrastructure directly from the CLI.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"railway-en": {
"description": "Railway MCP server provides seamless integration with Railway's deployment platform, enabling Claude to manage projects, deployments, and infrastructure directly from the CLI.",
"command": "npx",
"args": [
"-y",
"@railway/mcp-server"
]
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.