MCP Server for Codex CLI integration - stateful code writing and review workflows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-codex-dev": {
"command": "npx",
"args": [
"-y",
"FYZAFH/mcp-codex-dev"
]
}
}
}
Run in terminal:
claude mcp add mcp-codex-dev npx -y FYZAFH/mcp-codex-dev
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-codex-dev": {
"command": "npx",
"args": [
"-y",
"FYZAFH/mcp-codex-dev"
]
}
}
}