Community MCP server for Railway cloud deployment platform. Agents can deploy applications from Git repos, provision databases (PostgreSQL, MySQL, Redis, MongoDB), manage environment variables, view deployment logs, and scale services. Known for its exceptional developer experience and instant deployments. Ideal for rapid prototyping and production deployment of full-stack applications.
npx -y railway-mcp
{
"mcpServers": {
"railway": {
"env": {
"RAILWAY_API_TOKEN": "your-api-token"
},
"args": [
"-y",
"railway-mcp"
],
"command": "npx"
}
}
}Trigger Railway deployment
{
"type": "object",
"required": [
"service_id"
],
"properties": {
"service_id": {
"type": "string"
}
}
}// Input
{
"service_id": "s1"
}// Output
{
"status": "building",
"deployment_id": "d1"
}Community MCP server for Railway cloud deployment platform. Agents can deploy applications from Git repos, provision databases (PostgreSQL, MySQL, Redis, MongoDB), manage environment variables, view deployment logs, and scale services. Known for its exceptional developer experience and instant deployments. Ideal for rapid prototyping and production deployment of full-stack applications.
Railway provides 1 tools including deploy.
Railway offers a free tier with 200 calls per month. For higher usage, paid plans start at €0/month.
You can install Railway using the following command: npx -y railway-mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Railway is listed under the infrastructure category in the AgentForge MCP registry.
Railway has a current uptime of 99.8% with an average response time of 250ms.
To connect Railway, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Railway's tools via the Model Context Protocol.