
Railway MCP
from railwayapp
The Railway MCP Server enables natural language interaction with your Railway projects and infrastructure. Ask your IDE or AI assistant to create projects, deploy templates, manage environments, pull variables, redeploy services, and more.
@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
This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ