aresyn/codex-control-plane-mcp
🔌 MCP Serveraresyn
A durable MCP server for managing asynchronous, long-running tasks and workflows in Codex Desktop.
The codex-control-plane-mcp serves as a critical infrastructure layer for Codex Desktop, enabling complex, multi-step operations that exceed the lifecycle of standard request-response cycles. At its core, the server implements a durable task queue that allows for asynchronous execution, ensuring that long-running processes—such as large-scale refactoring or complex code analysis—do not time out or lose state. Key features include a robust polling mechanism for monitoring operation status, a manual approval gate for 'Plan Mode' to ensure human-in-the-loop oversight, and an automated retry recovery system. The integration of a SQLite-backed history system allows users to query past task executions, providing deep visibility into workflow performance and facilitating easier debugging. By abstracting the complexities of state management and task persistence, this MCP server empowers developers to build more resilient and sophisticated AI-driven coding agents that can handle extended, non-blocking operations with ease.
💡Highlights
- ├─Durable async task orchestration
- ├─SQLite-backed history & diagnostics
- └─Human-in-the-loop Plan Mode support
🎯For
- ├─AI Software Engineers
- └─Workflow Automation Developers