CLOUD OPERATIONS / Render
Render MCP
Inspect Render services, logs and metrics, query Postgres, and perform supported deployment operations.
“Manage your Render resources from Claude, Codex, and Cursor.”
01 / THE REASONING
Why this made the selection.
- Provides a hosted first-party endpoint with workspace-scoped operations.
- Connects deployment status and logs with read-only Postgres queries during troubleshooting.
02 / THE REVIEW RECORD
What we actually inspected.
Source review has boundaries.
A clear record is more useful than a “safe” badge.
Material inspected
- Current Render setup, supported actions and limitations.
- Pinned Go manifest, README, Apache licence and cmd/server.go.
Our findings
- The current hosted setup supports OAuth; older no-OAuth descriptions are stale.
- The server requires selecting a workspace. HTTP sessions retain selection separately; local stdio uses the executable’s configuration.
Not established by this review
- Server launch, authenticated tool calls, and release-to-source parity were not tested.
The review applies to the material and revision named here. A newer upstream release can change its behavior.
03 / PUT IT TO WORK
Connect a server deliberately.
DOCUMENTED COMMAND
codex mcp add render --url https://mcp.render.com/mcp --oauth-client-id codex Copying does not execute this command. It may retrieve a newer version than the reviewed source.
- For Codex, run the documented OAuth registration command below and finish sign-in.
- Select the Render workspace before asking the client to operate on services.
- Use the official guide for other clients or local Docker/executable setups.
Before you start
- A Render account with access to the chosen workspace.
- A supported MCP client; the shown command is for Codex.
04 / FOLLOW THE EVIDENCE
The source trail.
Our notes are separate from the original resource.
Check upstream before adopting a new version.
- Render MCP setup and scope ↗Checked
https://render.com/docs/mcp-server.md
Supports: summary, upstreamDescription, whySelected, bestFor, limitations, install, access, compatibility, transports, review
https://raw.githubusercontent.com/render-oss/render-mcp-server/744bc63a1ab65941971a0e10cf469b2fda0f80a3/cmd/server.go
Supports: language, transports, review
https://raw.githubusercontent.com/render-oss/render-mcp-server/744bc63a1ab65941971a0e10cf469b2fda0f80a3/README.md
Supports: review, access
https://raw.githubusercontent.com/render-oss/render-mcp-server/744bc63a1ab65941971a0e10cf469b2fda0f80a3/LICENSE
Supports: license