MCP Directory
Back

codex-control-plane-mcp

by aresyn · Python · ★ 203

Durable MCP control plane for long-running Codex Desktop tasks

#agent-tools#agentic-workflows#ai-agents#automation#codex#codex-desktop#developer-tools#hermes#hermes-agent#long-running-tasks#mcp#mcp-server#model-context-protocol#openai-codex#openclaw#orchestration#python

Install

pip install git+https://github.com/aresyn/codex-control-plane-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "codex-control-plane-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/aresyn/codex-control-plane-mcp.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/aresyn-codex-control-plane-mcp) English | [Русский](README.ru.md) [](https://github.com/aresyn/codex-control-plane-mcp/actions/workflows/ci.yml) [](https://pypi.org/project/codex-control-plane-mcp/) [](https://www.python.org/) [](LICENSE) [](docs/API_CONTRACT.md) Reliable Codex Desktop automation for long tasks. turns Codex Desktop and into a durable worker that an MCP client can drive safely. Send a task, get an or right away, poll until the work finishes, approve Plan Mode when needed, then read the final report. The server handles the awkward parts that…
Read full README on GitHub →

Related ai & ml servers