MCP server

Railway

MCP

Official 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

    read

    Projects in the account.

  • service_logs

    read

    Recent logs for a service.

  • trigger_deploy

    write

    Redeploy 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

  • list_projects

    Projects in the account.

    read
  • service_logs

    Recent logs for a service.

    read
  • trigger_deploy

    Redeploy after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_projects",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.