Provides integration with OpenAI's Codex CLI, enabling capabilities such as code execution, automated code writing, and parallel code reviews with session management and real-time monitoring.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-codex-devReview my current code changes for quality and logic errors"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-codex-dev
MCP Server for integrating Codex CLI into Claude Code workflows with session management and real-time progress monitoring.
Installation
Prerequisites: Codex CLI installed and configured.
Tools
Tool | Description |
| Clean dialogue without templates, supports session resume |
| Write code via Codex CLI, supports session resume |
| Code review (spec + quality in parallel), supports resume |
| Environment and config diagnostics |
| List tracked sessions |
| Discard sessions |
Configuration
Create ~/.mcp/mcp-codex-dev/config.json:
Top-level model / sandbox / timeout are global defaults. The tools section overrides per tool (keyed by tool name). Set "enabled": false to disable a tool.
Per-project config can be placed at <project>/.mcp/mcp-codex-dev.config.json.
Progress Server
A local HTTP server starts at http://localhost:23120 showing real-time progress. Configurable via progressPort.
License
MIT