Skip to content

Codex Control Plane MCP for Grok

io.github.aresyn/codex-control-plane-mcp

Durable MCP control plane for long-running Codex Desktop tasks.

client:Grok transport:stdio runtime:pypi

Install Codex Control Plane MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "codex-control-plane-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codex-control-plane-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 Control Plane MCP in other clients