Category
Railway
redu.cloud
Primary focus
A managed container platform (PaaS). You connect a GitHub repo and Railway builds and runs it, billing for the resources it uses. You get a container shell, not a persistent VM you own.
A real cloud your agent operates: virtual machines, managed PostgreSQL and Redis, private networks, backups, and autoscaling clusters, plus a native MCP server for agent control.
AI agent / MCP (2026)
Railway ships an official MCP server (local via the CLI, or remote at mcp.railway.com with OAuth). Your agent can create projects, deploy templates, manage environments and variables, redeploy services, and read logs on Railway itself.
Native MCP server that goes end to end on a full cloud: your agent provisions the VM and a managed database, deploys the app, wires DNS and TLS, then SSHes into the running machine to operate and fix it. Any MCP client works, Claude Code is the example.
Real machine and SSH
railway ssh opens an interactive shell inside a running service container: you can run commands, read logs, run migrations, and debug. It is a container shell, not a persistent VM you own and control.
Real VMs you own. Your agent can SSH in with root, run any command, install packages, read logs, and fix a broken deploy in place, then commit the fix back to your repo.
Data location
Railway offers an EU West region in Amsterdam, which you select per project, alongside US and Asia regions. The platform is US-based, so residency depends on the region you pick.
Runs only in the EU, in a German data centre, with EU data residency by default and no US region to opt out of.
Managed databases
Managed PostgreSQL, Redis, MySQL, and other datastores on the platform, deployed from templates and billed by usage.
Managed PostgreSQL and Redis, provisioned alongside your app and auto-wired, with DATABASE_* env injected.
Pricing (2026)
A plan fee (Hobby at $5/month, Pro at $20/month per seat) plus usage-based billing metered for CPU, memory, disk, and egress. Each plan includes matching resource credits, and new accounts get a one-time $5 trial credit. Railway now requires a card on file.
Per-resource, hourly pricing. Servers from about £8.50/month up to £70, most apps on a £20 to £35 server, storage at £0.07/GB. New accounts get £200 in credits.
Deploy flow
Connect GitHub and push, use the CLI, or drive it through the MCP server. Railway detects and builds the service on its own platform.
Point your agent at the repo and it deploys over the MCP onto a real VM, or use the REST API directly for a deploy-ready repo.