railway-mcp-server

qinwu611-lab/railway-mcp-server
★ 0 stars Python API Integration Updated today
Remote Railway MCP Server with SSE support - deploy on Railway itself
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "railway-mcp-server": {
      "command": "uvx",
      "args": [
        "railway-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install railway-mcp-server

README Excerpt

Deploy on Railway directly. Connect via URL. - `RAILWAY_API_TOKEN` - required 1. New Project → Deploy from GitHub repo 2. Add env var `RAILWAY_API_TOKEN` 3. Deploy 4. Use the `*.railway.app` URL in your MCP client

Tools (1)

RAILWAY_API_TOKEN