Skip to main content
Glama
railwayapp

Railway MCP Server

Official
by railwayapp

@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

Related MCP server: Caltrain 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

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
40dResponse time
Release cycle
Releases (12mo)
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/railwayapp/railway-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server