Railway deployment management from Claude Code. Deploy, rollback, logs, variables.
pip install railguey 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.
An agent shouldn't need a dashboard to operate production. Railguey exposes Railway's lifecycle — status, logs, deploys, rollbacks, variables — as MCP tools. When a deploy misbehaves, the agent sees it, rolls it back, and confirms health without leaving the conversation.
1. Last deploy is leaking 500s — agent pulls HTTP logs
2. Rollback + confirm — no dashboard needed
Same operator flow a human would run in the Railway dashboard, expressed as tool calls the agent can chain. 17 tools across status, logs, deploys, variables, domains, volumes, and doctor audits.
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.