Skip to content
Cursor

Codex Delegate for Cursor

io.github.andreilungeanu/codex-delegate-mcp

Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation.

client:Cursor transport:stdio runtime:npm

Install Codex Delegate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "codex-delegate-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codex-delegate-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Codex Delegate in other clients