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
最后更新
2026年7月9日