Codex Desktop + Render
Deploy and manage your Render apps from Codex Desktop.
Codex Desktop is the Codex experience in the ChatGPT desktop app. The Render plugin gives it Render skills and live access to services, deploys, logs, metrics, and databases.
Quick start
-
Install or update the ChatGPT desktop app, then select Codex.
-
Install the Render plugin. Open Plugins, search for Render, and select Install.
-
Connect with OAuth. Start a new Codex thread, use a Render MCP tool, and approve the browser prompt. No Render API key is required.
-
Verify the connection. Ask Codex to run
list_workspaces, choose a workspace if needed, then try "Deploy this project to Render."
MCP and authentication
Plugins → Render → Install~/.codex/config.tomlThe plugin provides https://mcp.render.com/mcp with a pre-registered OAuth client. Codex Desktop and Codex CLI share ~/.codex/config.toml, so a manual MCP configuration is available in both clients.
See the MCP server docs for manual and API-key alternatives. Use the Codex CLI guide for terminal-only setup.
Example prompts
Start with one of these prompts, then refine the plan with your agent.
Deploy this project to Render and explain the Blueprint before applying it.
Check the latest failed deploy, fix the cause, and verify the next deploy.
Create a Render Postgres database and connect it to this service with DATABASE_URL.
Summarize the health, recent deploys, and error logs for my Render services.
Common workflows
Deploy a project
- Ask Codex to inspect the repository and propose a
render.yamlBlueprint. - Review the services, databases, and environment variables.
- Apply the plan, then check the first deploy.
Debug a failed deploy
- Ask Codex to fetch the latest failed deploy logs.
- Let it identify and fix the code, configuration, or environment issue.
- Verify the next deploy reaches a healthy state.
Add a database
- Ask Codex to create a Render Postgres database.
- Store its internal connection string as
DATABASE_URL. - Add migrations to the service's pre-deploy command.
Related agents
- Claude Code + RenderSet up Claude Code with Render MCP and Render skills for terminal-first deploys, debugging, and infrastructure changes.
- Claude Desktop + RenderConnect Claude Desktop to the Render MCP server to create services, query databases, and inspect logs and metrics from chat.
- Codex CLI + RenderConnect Codex CLI to Render so it can inspect services, read deploy logs, draft Blueprints, and manage deploy workflows from your terminal.
- Cursor + RenderAdd Render MCP and skills to Cursor so your editor agent can inspect services, update env vars, read logs, and manage deploy workflows in context.
- OpenCode + RenderConfigure OpenCode with the Render plugin, MCP, and skills for an open-source terminal workflow that can debug, create services, and deploy.
- Pi + RenderInstall the Render Pi package to add Render skills and hosted MCP access to Pi, so it can inspect services, read logs, manage env vars, and run deploys from your terminal.