Loading MCP server directory, please wait...
Wraps Codex CLI as MCP tools: query, review, search, assess, structured, sessions.
npx @getmcp/cli add io.github.hampsterx/codex-mcp-bridgeRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hampsterx/codex-mcp-bridge": {
"command": "npx",
"args": [
"-y",
"codex-mcp-bridge"
],
"env": {
"CODEX_CLI_PATH": "codex",
"CODEX_DEFAULT_MODEL": "",
"CODEX_FALLBACK_MODEL": "",
"CODEX_MAX_CONCURRENT": "3",
"CODEX_MCP_SERVERS": ""
}
}
}
}