AgentBridge
by raysonmeng
Bidirectional real-time collaboration bridge between Claude Code and Codex agents.
What it does
AgentBridge enables seamless, bidirectional communication between Claude Code and Codex within a single working session. It uses a two-process architecture—a foreground MCP client and a persistent background daemon—to forward messages between the MCP channel and the Codex app-server protocol, allowing two different AI agents to collaborate on the same codebase in real time.
Tools
- Message Forwarder: Captures
agentMessagefrom Codex and pushes it to Claude's MCP channel. - Reply Tool: Allows Claude to inject responses directly into the Codex thread.
- Session Manager: Handles automatic reconnection with exponential backoff if the foreground process exits.
- Config Engine: Manages project-specific coordination settings via
.agentbridge/config.json.
Installation
Install the CLI globally:
npm install -g @raysonmeng/agentbridge
Initialize your project:
abg init
Then start the bridge for Claude:
abg claude
And start the Codex TUI in another terminal:
abg codex
Supported hosts
Confirmed: claude, codex
Quick install
npm install -g @raysonmeng/agentbridgeInformation
- Pricing
- free
- Published
- 4/15/2026
- stars






