{
  "entry": {
    "kind": "mcp",
    "slug": "railway-mcp-server",
    "name": "Railway MCP Server",
    "vendor": "Railway",
    "description": "Railway's official server exposes projects, services, deployments, variables, and logs, so an agent can deploy a service, read why a build failed, or inspect environment configuration.\n\nDeclared capabilities are outbound network access and credential access. Two things deserve attention: deployment is a code-execution primitive — an agent that can deploy can run arbitrary code in your infrastructure — and environment variables are where secrets live, so a server that can read them is a server that can read your secrets. Scope tokens per project, and keep production deploys behind a human even when the assistant is trusted for staging.",
    "website": "https://docs.railway.com/guides/mcp",
    "repository": null,
    "documentationUrl": "https://docs.railway.com/guides/mcp",
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound",
      "credentials:access"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: credentials:access",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}