Railway deployment management from Claude Code. Deploy, rollback, logs, variables.
railguey is an MCP server that gives AI agents full control over Railway deployments. Create projects, deploy services, check logs, set variables, roll back — all through tool calls without leaving your terminal.
pip install railguey # CLI
railguey status ~/repos/my-app
railguey logs ~/repos/my-app web --lines 50
railguey deploy ~/repos/my-app web
railguey doctor ~/repos/my-app
# As MCP — agents call tools directly
railguey_deploy workspace: "/path" service: "web"
railguey_status workspace: "/path"
railguey_doctor workspace: "/path" 17 GraphQL-based tools. Project-scoped tokens — no railway login needed. Same token works in local dev, CI/CD, and AI agents.