AWS's managed MCP server: call any AWS API, run sandboxed Python against your account, and load AWS agent skills on demand — under IAM, CloudWatch and CloudTrail.
Render
Summary
Render's official MCP server — create and inspect web services, static sites, cron jobs, Postgres and key-value instances, pull logs and metrics, and run read-only SQL against a Render-hosted database.
Features
- Create web services, static sites, cron jobs, Postgres databases and key-value instances
- Read deploy history and trigger deploys that autoDeploy will not catch
- Filtered log search with label-value discovery, plus performance metrics per resource
- Read-only SQL queries against Render-hosted Postgres
- Reconfiguring existing services is intentionally routed to the dashboard, not automated
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Render's MCP server gives an assistant a working view of your Render account: what is deployed, whether it is healthy, why the last deploy failed, and what the database actually contains. It is the difference between an agent that can only edit code and one that can check whether the deploy of that code worked.
Tools
- Workspaces —
list_workspaces,select_workspace,get_selected_workspace. Every resource tool also accepts an explicitworkspaceId, which is the recommended pattern: it survives MCP reconnects and transport-session changes, where the implicitly selected workspace does not. - Services —
list_services,get_service,create_web_service,create_static_site,create_cron_job,update_environment_variables. - Deployments —
list_deploys,get_deploy,trigger_deploy(for deploys that autoDeploy will not pick up). - Logs —
list_logswith filters, pluslist_log_label_valuesto discover what those filters can match. - Metrics —
get_metricsacross services, Postgres databases and key-value stores. - Postgres —
list_postgres_instances,get_postgres,create_postgres, andquery_render_postgresfor read-only SQL. - Key Value —
list_key_value,get_key_value,create_key_value.
A deliberate limitation
Direct updates to an existing web service, static site or cron job are not supported. update_web_service, update_static_site and update_cron_job return a link to the settings page in the Render Dashboard instead. Creating resources and changing environment variables is in scope; silently reconfiguring a running service is not.
Connecting
Remote endpoint at https://mcp.render.com/mcp, authenticated with a RENDER_API_KEY or via OAuth. Documented clients include Claude Code, Claude Desktop, Codex, Cursor, VS Code, Zed, Gemini CLI, Crush and Warp.
Related MCP Servers
Google's official MCP server for driving the gcloud CLI from natural language, with allowlist and denylist controls over which commands an agent may run.
Google's open-source MCP server for enterprise databases — one binary that fronts AlloyDB, BigQuery, Spanner, Postgres, MySQL, Oracle, MongoDB, Snowflake and more.
Datadog's official managed MCP server — query logs, metrics, traces, incidents and dashboards from an AI agent, inside your existing Datadog permissions.
