R
Railway
Official
🏗️ Infrastructure
Railway's official MCP server — deploy and manage your Railway projects, services, variables and deployments from your AI tools.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"railway": {
"command": "npx",
"args": [
"-y",
"@railway/cli",
"mcp"
],
"env": {
"RAILWAY_TOKEN": "your-railway-token-here"
}
}
}
}