Skip to main content

Home / Guides / Cloud and deployment

MCP Servers for Cloud, Containers and Deployment

Infrastructure servers tend to skip the API-token dance. AWS reuses the credential chain you already configured with the CLI, Fly.io and Railway generate the config from their own command line tools, and several platforms hand off to OAuth in the browser.

That convenience cuts both ways, since the assistant inherits whatever your local session can do. The AWS guide includes a read-only IAM policy for exactly this reason, and running a server inside a container is another way to draw a boundary around it.

15 guides in this collection.

Major clouds

Containers and infrastructure as code

Hosting platforms

Vercel deployments

Connect Vercel MCP to Cursor IDE for deployment checks, build logs, environment variables. Complete 2026 setup guide with troubleshooting.

Netlify site management

Set up Netlify's official MCP server in Cursor IDE with one npx command — deploy sites, manage environment variables, and check build logs from chat, with an optional Personal Access Token for CI-style auth.

Cloudflare Workers

Connect Cursor IDE to Cloudflare's remote MCP servers to manage Workers, KV, R2, and DNS from your AI chat. No local install — setup via mcp-remote in under 5 minutes.

Fly.io via flyctl

Fly.io MCP server Cursor IDE setup 2026: one flyctl command registers the official MCP server, giving Cursor access to apps, machines, secrets, and logs. Experimental — here's what to lock down first.

Railway CLI auth and deploy tools

Connect Railway's official MCP server to Cursor IDE with railway mcp install --agent cursor: no API token to paste, since it reuses your railway login session. Covers the deploy, get-logs, and variable-management tools, and why delete operations are intentionally missing.

Render services and Postgres

Connect Render's official MCP server to Cursor IDE at https://mcp.render.com/mcp — OAuth in the browser or an API key from Account Settings. Manage web services, trigger deploys, tail logs, and run read-only Postgres queries from chat.

Heroku dynos and add-ons

Connect the official Heroku Platform MCP server to Cursor IDE two ways: heroku mcp:start (reuses your CLI login) or npx with a HEROKU_API_KEY. Manage apps, scale dynos, and run pg_psql queries from chat — plus why one-off dynos need a second look before you automate them.

DigitalOcean with a scoped services flag

Connect DigitalOcean's official MCP server to Cursor IDE: add a mcp.json entry running @digitalocean/mcp with DIGITALOCEAN_API_TOKEN, then scope it to only the services you need with --services. Covers apps, droplets, databases, and Kubernetes, plus why an unscoped server exposes more than most setups need.

Other kinds of MCP server

Prefer to scan the whole library at once? The complete article index lists every guide by publication date, and both hub views sit side by side on the guides page.