Skip to content
Grok

Codex Delegate for Grok

io.github.andreilungeanu/codex-delegate-mcp

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

client:Grok transport:stdio runtime:npm

Install Codex Delegate in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Codex Delegate in other clients