Bidirectional MCP bridge between Claude Code and Codex — each agent calls the other as a tool, with the Claude side as a persistent, project-aware colleague.
{
"mcpServers": {
"claude-codex-bridge": {
"command": "npx",
"args": [
"-y",
"@jackcongus/claude-codex-bridge"
]
}
}
}