
Agentbridge
- 270 repo stars
- Updated July 27, 2026
- quilin-ai/agent-bridge
AgentBridge is a Claude Code plugin and CLI that bridges Claude Code and Codex through a shared daemon so developers can run collaborative multi-agent coding sessions.
About
AgentBridge is a Claude Code marketplace plugin plus CLI that bridges Claude Code and the Codex TUI through a shared daemon with push-channel delivery and reply/get_messages MCP tools. Install the plugin, run abg init for project config, then launch abg claude and abg codex in separate terminals for collaborative agent workflows. Reach for it when you want two coding agents exchanging messages in real time during development. It handles daemon lifecycle, session health checks, and graceful shutdown via abg kill.
- Shared daemon connects Claude Code and Codex TUI
- abg CLI manages init, claude, codex, and kill lifecycle
- Plugin bundles MCP tools for push and message retrieval
- Installable via Claude Code marketplace
Agentbridge by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add quilin-ai/agent-bridgeAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 270 |
|---|---|
| Last updated | July 27, 2026 |
| Repository | quilin-ai/agent-bridge ↗ |
How do I let Claude Code and Codex exchange messages and coordinate during the same development session?
Bridge Claude Code and Codex TUI through a shared daemon with push-channel messaging and reply tools.
Who is it for?
Developers running Claude Code and Codex side by side who want a managed daemon, push channels, and MCP reply tools instead of manual copy-paste.
Skip if: Single-agent workflows or teams that only use one coding assistant without cross-agent messaging needs.
What you get
Starts a shared daemon, enables push-channel message delivery between agents, and exposes MCP tools for sending and retrieving cross-agent messages.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How do I install AgentBridge?
Add the marketplace with /plugin marketplace add, install Agentbridge@Agentbridge, reload plugins, then npm install -g @raysonmeng/Agentbridge.
How do I start a bridged session?
Run abg claude in one terminal and abg codex in another; both connect to the shared AgentBridge daemon.
How do I stop everything cleanly?
Run abg kill to gracefully stop the daemon and managed Codex TUI and clean up state files.