RailPush MCP
Full infrastructure management for RailPush — deploy services, manage databases, scale workloads, and control your entire cloud stack through Claude or Cursor.
RailPush MCP provides 276 tools for deploying and managing cloud infrastructure through Claude, Cursor, Windsurf, or any MCP client. Control services, databases (PostgreSQL, MySQL, MongoDB), Redis, object storage, deployments, DNS, autoscaling, logs, metrics, and more — all through natural language. Example: tell your agent "Create a Node.js service, add a PostgreSQL database, set DATABASE_URL, and deploy from my GitHub repo" — the agent handles everything automatically. Supports Streamable HTTP (recommended) and SSE transports. Authentication via API key from the RailPush dashboard.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"railpush": {
"url": "https://mcp.railpush.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Claude Code CLI
claude mcp add railpush-mcp --url https://mcp.railpush.com/mcp --header "Authorization: Bearer YOUR_API_KEY"Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Remote Endpoint
https://mcp.railpush.com/mcpSome servers require additional setup - check the GitHub README for specific instructions.