
agent-bridge
by raysonmeng·★ 118·Score 47
Bidirectional bridge between Claude Code and Codex via MCP protocol for collaborative workflows.
Overview
AgentBridge is a local bridge tool enabling bidirectional communication between Claude Code and Codex within the same working session. It uses a two-process architecture with a foreground MCP client and a persistent background daemon that manages the Codex app-server proxy. The bridge forwards messages between an MCP channel and Codex app-server protocol, allowing human-in-the-loop collaboration between multiple agents. When Claude Code closes, the foreground process exits while the background daemon continues running, automatically reconnecting when Claude Code restarts.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you're using both Claude Code and Codex and want seamless bidirectional collaboration between them in the same workflow.
When NOT to choose this
Not suitable if you're not using both Claude Code and Codex, or if you need multi-session or multi-project support, which isn't available yet.
Tools this server exposes
1 tool extracted from the READMEreplySend a message to Codex from Claude Code
Comparable tools
Installation
Installation via Plugin Marketplace (recommended)
- In Claude Code, add the AgentBridge marketplace:
``bash /plugin marketplace add raysonmeng/agent-bridge ``
- Install the plugin:
``bash /plugin install agentbridge@agentbridge ``
- Reload plugins to activate:
``bash /reload-plugins ``
- Install the CLI globally:
``bash npm install -g @raysonmeng/agentbridge ``
- Generate project config (optional):
``bash abg init ``
- Start Claude Code with AgentBridge channel enabled:
``bash abg claude ``
- Start Codex TUI connected to the bridge:
``bash abg codex ``
FAQ
- What is AgentBridge?
- AgentBridge is a local bridge for bidirectional communication between Claude Code and Codex using MCP protocol, enabling collaborative workflows within the same working session.
- Does AgentBridge work with any LLM models?
- No, AgentBridge is specifically designed to connect Claude Code (by Anthropic) and Codex (by OpenAI) and does not support other LLM models.
Compare agent-bridge with
Last updated · Auto-generated from public README + GitHub signals.