railway-mcp-server
Official Railway MCP Server for interacting with your Railway account
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:
railway mcpMigration
Install or upgrade the Railway CLI:
bash <(curl -fsSL https://railway.com/install.sh)Then configure supported MCP clients:
railway mcp installTo configure the hosted MCP server instead of the local stdio server:
railway mcp install --remoteYou 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-serverCompatibility
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
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Web search using free google search (NO API KEYS REQUIRED)
A CLI inspector for the Model Context Protocol
An experiment in software planning using MCP
Adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP...
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP