agent-bridge
Active·★ 123·MIT·Updated 2026-05-19
★ Trending★ Dev Tooling
A local bridge for bidirectional collaboration between Claude Code and Codex. 连接 Claude Code 与 Codex 的本地实时协作桥接工具。
AgentBridge uses a two-process architecture with a foreground MCP client (bridge.ts) and a persistent background daemon (daemon.ts). It enables bidirectional communication between Claude Code and Codex via a control WebSocket and proxy, with automatic reconnection and message loop prevention.
#agent-collaboration#claude-code#cli#codex#developer-tools#local-first#mcp#mcp-servers
01
Features
01Two-process architecture: foreground MCP client and background daemon
02Automatic reconnection with exponential backoff
03Message loop prevention via source field tagging
04Installable via plugin marketplace or local development setup
05CLI tool for lifecycle management (init, claude, codex, kill)
02
Compatibility
macOS
macOS
Verified via docs
Linux
Linux
Verified via docs
03
Quick start
1
$ npm install -g @raysonmeng/agentbridge
2
$ abg init
04
Use cases
↳Connect Claude Code and Codex in a single workflow for collaborative development
↳Facilitate human-in-the-loop collaboration between multiple AI agents
↳Serve as a local developer tool for testing multi-agent interactions
05
Alternatives
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
context-mode★ 16.0k
Context window optimization for AI coding agents. Sandboxes tool output, 98% reduction. 12 platforms
Auto-claude-code-research-in-sleep★ 11.0k
ARIS ⚔️ (Auto-Research-In-Sleep) — Claude Code skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation via Codex MCP
Related searches
Comments
Log in to leave a comment
- SSterling ClarkMar 15, 2026
Works as a local bridge — no cloud infrastructure for the collaboration layer.
- MMarlowe MartinezMar 12, 2026
Local bridge for bidirectional collaboration between Claude Code and Codex.
- Jamie LeeMar 3, 2026
Good for developers who use both Claude Code and Codex and want them to collaborate.
- HHayden DavisFeb 26, 2026
Bidirectional collaboration means each agent can leverage the other's strengths.