The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Cursor Delegate listing page.
Stop burning your frontier agent's limits on boilerplate.
Delegate edits to Cursor's CLI agent — your agent writes the brief and reviews the diff.
Use your best coding agent where its judgment matters most: understanding the task, shaping the plan, and reviewing the result.
Cursor Delegate is the MCP bridge that lets Claude Code, ChatGPT/Codex, Copilot — or any MCP client — hand implementation to Cursor's CLI agent, then get a clean, structured result back for review.

Your assistant does what frontier models are for: understands the task, writes a precise brief, reviews the finished diff. Composer 2.5 runs the implementation loop under that brief. The bundled skill puts the review step in the loop — the agent that scoped the work reads the changed files back before reporting.
Composer 2.5 is built for throughput on multi-file edits. The whole delegation is one call — brief in, result out — so you review a finished diff instead of babysitting edits landing file by file.
Composer and Grok draw from the Cursor Models usage pool, separate from third-party model usage on supported Cursor plans. Your Claude or Codex subscription handles the brief and review while Cursor runs the implementation. If you pay per token on API, implementation moves onto the Cursor capacity you already have.


plan mode: Cursor drafts a plan, you review it, then the same session implements it.ask mode: Q&A over your codebase.doctor tool that tells you exactly what's missing if setup isn't right.plan and ask are instructions to the agent, and workspace is its working directory — Security and the delegate reference spell out what the bridge enforces and what it reports back.
You need Node.js 20+ and the Cursor CLI, logged in (cursor-agent login).
Then just ask:
Delegate to Cursor: migrate src/api from callbacks to async/await and update the tests, then walk me through what changed.
That's the whole loop — Claude writes the brief, Cursor grinds through the files, Claude walks you through the diff.
.vscode/mcp.jsonOr add it manually:
Or run Chat: Install Plugin From Source with this repository's URL.
Under Settings → Tools → AI Assistant → Model Context Protocol (MCP), add a server with command npx and arguments -y cursor-delegate-mcp.
~/.codeium/windsurf/mcp_config.jsonSame mcpServers block as the generic snippet above. Cascade caps you at 100 tools across all servers.
%USERPROFILE%\.mcp.jsonSame servers + type: "stdio" shape as VS Code. Requires Visual Studio 2026, or 2022 17.14+. Note the top-level key is servers, not mcpServers. Visual Studio also discovers .mcp.json next to the solution, plus .vscode/mcp.json.
~/.config/opencode/opencode.json or project opencode.jsonOpenCode does not use mcpServers. Local servers go under mcp, with type: "local" and command as one array:
~/.gemini/config/mcp_config.json or workspace .agents/mcp_config.jsonSame mcpServers block as the generic snippet above. In the IDE: … on the agent panel → MCP Servers → Manage MCP Servers → View raw config. Antigravity 2.0, IDE, and CLI share the Gemini config file. You may need to approve the server's tools on first run.
.kiro/settings/mcp.json or ~/.kiro/settings/mcp.jsonSame mcpServers block as the generic snippet above. Workspace file wins when both exist.
kilo.jsonc (mcp key, not mcpServers)Same shape as OpenCode: type: "local" and command as one array. In the VS Code extension: Settings → MCP → Add Server → Local (stdio). On Windows, if npx is not found, use command cmd with arguments /c, npx, -y, cursor-delegate-mcp.
context_servers in Zed settingsZed's native agent uses this. External ACP agents in Zed read their own MCP config unless you forward Zed's servers.
MIT © Andrei Lungeanu
Technical reference · Security · Privacy · Terms · Changelog