eidos agi
MCP Server

railguey

Railway deployment management from Claude Code. Deploy, rollback, logs, variables.

pip install railguey View on GitHub v0.2.4 Mar 22, 2026

What it does

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.

Key features

Install

pip install railguey

Usage

# 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.