trackmcp
Back to directory
railwayapp

railway-mcp-server

View on GitHub

Official Railway MCP Server for interacting with your Railway account

192 stars JavaScriptOthers Updated Aug 9, 2026
railwayrailway-mcp-server

Documentation

`@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:

bash
railway mcp

Migration

Install or upgrade the Railway CLI:

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

Then configure supported MCP clients:

bash
railway mcp install

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

bash
railway mcp install --remote

You can also configure a local MCP client directly with:

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

Remove old client entries that run:

bash
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

Frequently asked questions

What is railway-mcp-server?

railway-mcp-server is Official Railway MCP Server for interacting with your Railway account

How do I install railway-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is railway-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/railwayapp/railway-mcp-server and has 192 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP