AgentStack
MCP verified MIT Self-run

Railway Mcp Server

mcp-railwayapp-railway-mcp-server · by railwayapp

Official Railway MCP Server for interacting with your Railway account

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add mcp-railwayapp-railway-mcp-server

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Railway Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

@railway/mcp-server is deprecated

Railway MCP is now bundled into the Railway CLI.

This npm package no longer contains the standalone TypeScript MCP server. It is a compatibility shim that launches:

railway mcp

Migration

Install or upgrade the Railway CLI:

bash <(curl -fsSL https://railway.com/install.sh)

Then configure supported MCP clients:

railway mcp install

To configure the hosted MCP server instead of the local stdio server:

railway mcp install --remote

You can also configure a local MCP client directly with:

{
  "mcpServers": {
    "railway": {
      "command": "railway",
      "args": ["mcp"]
    }
  }
}

Remove old client entries that run:

npx -y @railway/mcp-server

Compatibility

For existing configs that still invoke @railway/mcp-server, this package delegates to railway mcp.

If the Railway CLI is missing, the package exits with migration instructions.

Docs

See the Railway CLI MCP docs: https://docs.railway.com/cli/mcp

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.