Skip to content

Codex Control Plane MCP for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install Codex Control Plane MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "codex-control-plane-mcp": {
      "command": "uvx",
      "args": [
        "codex-control-plane-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Codex Control Plane MCP in other clients