x51xxx/codex-mcp-tool
MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)
Quick Start
Clone the repository:
git clone https://github.com/x51xxx/codex-mcp-toolClaude Desktop configuration example:
{
"mcpServers": {
"codex-mcp-tool": {
"command": "npx",
"args": [
"-y",
"x51xxx/codex-mcp-tool"
]
}
}
}Check the repository README for specific installation and configuration instructions.