Back to Apps

Codex Control Plane MCP
Supports UIby aresyn
Durable control plane for long-running Codex Desktop tasks with async operation management.
0 stars
Works in:Codex
Exposes:ToolsResourcesPrompts
What it does
Connects MCP clients to Codex Desktop and codex-app-server, transforming them into durable workers capable of executing long-running tasks without timing out. It manages the lifecycle of complex agentic workflows, providing an asynchronous bridge for operation submission and status polling.
Tools
codex_submit_task: Submits a durable task (chat, message, or plan) to the queue.codex_get_operation_status: Polls the status of a specific operation.codex_start_plan_workflow: Initiates a Plan Mode workflow for complex task decomposition.codex_approve_plan: Approves a generated plan to begin execution.codex_get_runtime_capabilities: Retrieves a snapshot of available models and permissions.codex_health_summary: Checks current readiness and identifies historical debt.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"codex-control-plane": {
"command": "codex-control-plane-mcp",
"args": []
}
}
}
Supported hosts
Codex, OpenClaw, Hermes
Quick install
pipx install codex-control-plane-mcpInformation
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Run `codex-control-plane-mcp-admin init` to generate config.





