Skip to content
Gemini CLI

Cursor Delegate for Gemini CLI

io.github.andreilungeanu/cursor-delegate-mcp

Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.

client:Gemini CLI transport:stdio runtime:npm

Install Cursor Delegate in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "cursor-delegate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cursor-delegate-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Cursor Delegate in other clients