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.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

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

Araçlar (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"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Jason Tan (@jason-tan-swe)
Repository
https://github.com/jason-tan-swe/railway-mcp
Lisans
MIT
Sürüm
0.2.0
Yıldızlar
360
Son güncelleme
9 Temmuz 2026