Railway MCP Server

Cloudstdiov0.2.0
Репозиторий

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.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

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

Инструменты (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"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Jason Tan (@jason-tan-swe)
Репозиторий
https://github.com/jason-tan-swe/railway-mcp
Лицензия
MIT
Версия
0.2.0
Звёзды
360
Последнее обновление
9 июля 2026 г.