A local bridge for bidirectional collaboration between Claude Code and Codex. 连接 Claude Code 与 Codex 的本地实时协作桥接工具。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-bridge": {
"command": "npx",
"args": [
"-y",
"raysonmeng/agent-bridge"
]
}
}
}
Run in terminal:
claude mcp add agent-bridge npx -y raysonmeng/agent-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-bridge": {
"command": "npx",
"args": [
"-y",
"raysonmeng/agent-bridge"
]
}
}
}