AI & ML
Trust: 39/100 (Limited)io.github.x51xxx/codex-mcp-tool Guide
MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review
21 starsby x51xxx
Quick Start
Install
npx @trishchuk/codex-mcp-toolClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-x51xxx-codex-mcp-tool": {
"command": "npx",
"args": [
"@trishchuk/codex-mcp-tool"
]
}
}
}