Skip to content
VS Code

Codex Delegate for VS Code

io.github.andreilungeanu/codex-delegate-mcp

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

client:VS Code transport:stdio runtime:npm

Install Codex Delegate in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Codex Delegate in other clients