MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review
Server Config
{
"mcpServers": {
"codex-cli": {
"command": "npx",
"args": [
"-y",
"@trishchuk/codex-mcp-tool"
]
}
}
}{
"mcpServers": {
"codex-cli": {
"command": "npx",
"args": [
"-y",
"@trishchuk/codex-mcp-tool"
]
}
}
}