Codex Control Plane MCP for Cursor
io.github.aresyn/codex-control-plane-mcp
Durable MCP control plane for long-running Codex Desktop tasks.
client:Cursor
transport:stdio
runtime:pypi
Install Codex Control Plane MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codex-control-plane-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"codex-control-plane-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs