agent-bridge

quilin-ai/agent-bridge
★ 120 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
A local bridge for bidirectional collaboration between Claude Code and Codex. 连接 Claude Code 与 Codex 的本地实时协作桥接工具。
View on GitHub →

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",
        "quilin-ai/agent-bridge"
      ]
    }
  }
}

README Excerpt

Local bridge for bidirectional communication between Claude Code and Codex inside the same working session. AgentBridge uses a two-process architecture: - **bridge.ts** is the foreground MCP client started by Claude Code via the AgentBridge plugin - **daemon.ts** is a persistent local background process that owns the Codex app-server proxy and bridge state

Tools (6)

AGENTBRIDGE_CONTROL_PORTAGENTBRIDGE_DAEMON_ENTRYAGENTBRIDGE_MODEAGENTBRIDGE_STATE_DIRCODEX_PROXY_PORTCODEX_WS_PORT

Topics

agent-collaborationclaude-codeclicodexdeveloper-toolslocal-firstmcpmodel-context-protocolmulti-agent