MCP server

Railway
MCPOfficial Railway MCP. Deploys and logs.
Railway’s own remote server — projects, services, and the log line that failed.
latest·Proprietary·Updated this quarter·github.com/railwayapp/railway-mcp-server·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"railway": {
"url": "https://mcp.railway.com/"
}
}
}By Railway
Spec
What the server actually exposes.
list_projects
readProjects in the account.
service_logs
readRecent logs for a service.
trigger_deploy
writeRedeploy after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
railway-mcp.mcp/tools
Tools
- read
list_projects
Projects in the account.
- read
service_logs
Recent logs for a service.
- write
trigger_deploy
Redeploy after you confirm.
Last call
{ "ok": true,
"tool": "list_projects",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
