Odel
Codex Control Plane MCP

Codex Control Plane MCP

Local
@aresyn122PythonApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcodex-control-plane-mcpv0.2.1

Run

uvx codex-control-plane-mcp

MCP client config

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