Railway MCP
Create projects, deploy services, manage environments, and pull variables on Railway from natural language.
Add Railway MCP to your agent
Local stdio via Railway CLI (recommended for coding agents). Requires railway CLI installed and authenticated. Remote OAuth at https://mcp.railway.com is available via railway setup agent --remote.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"railway": {
"command": "railway",
"args": ["mcp"]
}
}
}
Add this block under mcpServers, then restart Cursor.