$ timeahead.in
/ servers/npm/@railway/mcp-server
npm

@railway/mcp-server

Official Railway MCP server

192 stars5k/wkupdated 22d agogithub ↗
89good
▣ Overview

What it does

This package is a compatibility shim for the deprecated standalone Railway MCP server. It now delegates to the Railway CLI's built-in MCP implementation. The actual MCP server—which provides structured access to Railway's deployment and infrastructure APIs—is bundled into the Railway CLI and invoked via the railway mcp command. This shim ensures existing configurations continue to function while encouraging migration to the CLI-native approach.

Who it's for

Teams deploying on Railway who want to integrate Claude with their infrastructure workflow. Rather than maintaining a separate npm package, Railway consolidated MCP support into the CLI itself, making the integration simpler for new users while preserving backward compatibility for existing setups.

Common use cases

  • Query Railway project details, service status, and deployment history from Claude
  • Trigger deployments or fetch logs programmatically
  • Inspect and manage environment variables and secrets across Railway environments
  • Automate infrastructure decisions based on real-time deployment data

Setup pitfalls

  • This npm package is deprecated; the Railway CLI is the maintained integration point
  • The Railway CLI must be installed; the package exits with migration instructions if missing
  • Configs invoking npx -y @railway/mcp-server continue to work but should be updated to call railway mcp directly
  • After installing or upgrading the Railway CLI, run railway mcp install to configure MCP; use --remote if you prefer the hosted server
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
67
13.5
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
88.5
⚿ Capabilities & Risk Explainer
exec
◆ Risk level: medium
exec — can run system processes directly on your machine.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "railwaymcp": {
      "command": "npx",
      "args": [
        "-y",
        "@railway/mcp-server"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
37/ 100 · is this project alive?
contributors (1y)5
top contributor share65%
releases (1y)0
ci✓ passing
⛁ Raw data
weekly downloads5k
github stars192
forks44
open issues0
license✓ present
readme length1050 chars
last publish2d ago
last commit22d ago
last updated1d ago
install verified✓ pass · 31d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points