Railway MCP Server

Cloudstdiov0.2.0
Repository

MCP server for the Railway deployment platform. Lets AI agents create projects and services, deploy from repositories, manage environment variables, view deployment logs, and inspect service status. Useful for provisioning backends, databases, and cron jobs and for debugging deploys directly from an AI assistant.

Connect

Add this configuration to .claude/mcp.json

{
  "mcpServers": {
    "railway": {
      "command": "npx",
      "args": [
        "-y",
        "@railway/mcp-server"
      ],
      "env": {
        "RAILWAY_API_TOKEN": "<YOUR_RAILWAY_API_TOKEN>"
      }
    }
  }
}

Tools (2)

list_projects

List Railway projects and their services in the account.

{
  "type": "object",
  "properties": {}
}

get_deployment_logs

Retrieve logs for a specific deployment.

{
  "type": "object",
  "required": [
    "deployment_id"
  ],
  "properties": {
    "deployment_id": {
      "type": "string",
      "description": "Railway deployment ID"
    }
  }
}

Resources

This server does not expose any resources.

Prompts

This server does not expose any prompts.

Server Information

Author
Jason Tan (@jason-tan-swe)
Repository
https://github.com/jason-tan-swe/railway-mcp
License
MIT
Version
0.2.0
Stars
360
Last Updated
July 9, 2026