Join us for Render's 6/18 conference in SF

Get your ticket
Back to agents

Cursor + Render

Deploy and manage your Render apps from Cursor.

Cursor is an AI-powered code editor with built-in agent workflows. Paired with Render, it can inspect your running services, fetch logs, manage environment variables, create Render Postgres databases, and help ship apps without leaving your editor.

Agent details
Agent
Cursor
Start
cursor
Skills mode
Agent-invoked

Quick start

  1. Install Cursor from cursor.com.

  2. Install the Render Cursor plugin. In Cursor chat, run:

    This is the preferred setup path for Cursor. The Render Cursor plugin installs Render skills, rules, commands, an agent, MCP config, and hooks for the full Render workflow.

  3. Add your Render API key. Generate an API key in your account settings, then add it to the plugin's MCP config. You can also use the manual config shown below.

  4. Install Render's official skills manually only if you aren't using the plugin:

  5. Open your project in Cursor.

  6. Set your Render workspace if you have multiple workspaces.

  7. Deploy a template. Try a prompt like "Deploy this project to Render and show me the Blueprint first."

MCP configuration

Cursor reads MCP servers from ~/.cursor/mcp.json for global tools or .cursor/mcp.json for project-specific tools.

MCP setup
Install command
Edit ~/.cursor/mcp.json
Config file
~/.cursor/mcp.json
OAuth
Not supported yet

The Render MCP server currently uses API-key authentication. Generate a key in your account settings and pass it as a Bearer token.

The prompts below can use a combination of MCP tools, Render skills, the Render CLI, and guided Dashboard or API steps.

Example prompts

Start with one of these prompts, then refine the plan with your agent.

Deploy

Deploy this project to Render.

Debug

Check the deploy logs for the last failed deploy and fix the error.

Database

Create a Render Postgres database and wire DATABASE_URL to my web service.

Domain

Set up a custom domain with SSL for app.example.com.

Render skills

Render's official skills give Cursor task-specific procedures for deploys, debugging, monitoring, databases, Blueprints, and more. They can combine MCP tools with local code edits, Dashboard or API guidance, and the Render CLI if it's installed.

Install skills

The Render Cursor plugin is the preferred way to install skills:

Use the standalone skills installer if you don't want the full plugin:

The standalone installer works without the Render CLI installed. It detects supported tools on your system and prompts you to select which skills to install.

Skills catalog

View Render skills on GitHub

Common workflows

Deploy from the editor

  • Ask Cursor to inspect the project and propose a Render deployment plan.
  • Review the generated Blueprint or service settings.
  • Let Cursor apply supported changes with MCP or the Render CLI, or have it guide you through Dashboard or API steps.
  • Ask Cursor to watch the first deploy.

Debug a deploy failure

  • Ask Cursor to fetch deploy logs from Render.
  • Have it identify missing env vars, build errors, or port-binding issues.
  • Apply the fix in code or supported service settings, then verify the next deploy.

Manage environment variables

  • Ask Cursor to list current env vars for a service.
  • Add or update values, marking secrets appropriately.
  • Confirm a new deploy starts, or redeploy from the Render Dashboard if needed.

Tips for success

  • Use project-level MCP config when a Render setup belongs to one repository.
  • Use ${env:NAME} interpolation instead of hardcoding secrets in mcp.json.
  • Ask Cursor to explain infrastructure changes before applying them.

Community

Other coding agents that pair well with Render.