Back to Apps

AgentBridge
by raysonmeng
Bidirectional communication bridge between Claude Code and Codex for real-time multi-agent collaboration.
0 stars
Works in:Codex
Exposes:ToolsResources
What it does\nAgentBridge provides a local real-time bridge that allows Claude Code and Codex to collaborate within the same working session. It forwards messages between an MCP channel and the Codex app-server protocol, enabling a human-in-the-loop multi-agent workflow where two different AI agents can coordinate on a single project.\n\n## Tools\n- reply: Sends a message back to Codex to inject into the conversation thread.\n- notifications/claude/channel: Receives messages from Codex and surfaces them to Claude Code.\n\n## Installation\nInstall via the Claude Code plugin marketplace:\nbash\n/plugin marketplace add raysonmeng/agent-bridge\n/plugin install agentbridge@agentbridge\n/reload-plugins\n\nThen install the CLI tool globally:\nbash\nnpm install -g @raysonmeng/agentbridge\n\n\n## Supported hosts\n- Claude Code\n- Codex
Quick install
npm install -g @raysonmeng/agentbridgeInformation
- Pricing
- free
- Published
- 4/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Install via `npm install -g @raysonmeng/agentbridge` and run `abg codex`Claude Desktop
Add via marketplace: `/plugin marketplace add raysonmeng/agent-bridge`





