Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"railway": {
"command": "npx",
"args": [
"-y",
"@railway/mcp-server"
],
"env": {
"NODE_ENV": "production",
"RAILWAY_API_TOKEN": "${RAILWAY_API_TOKEN}"
}
}
}
}Replace placeholder values for: RAILWAY_API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxNODE_ENV=productionRAILWAY_API_TOKEN=${RAILWAY_API_TOKEN}