MCP Catalogs
Homeagent-bridge screenshot

agent-bridge

by raysonmeng·118·Score 47

Bidirectional bridge between Claude Code and Codex via MCP protocol for collaborative workflows.

developer-toolsai-llmcommunication
22
Forks
18
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Collaborative coding workflows between Claude AI and Codex
you:Real-time message passing between AI assistants
you:Human-in-the-loop multi-agent systems
you:What is AgentBridge?
you:Does AgentBridge work with any LLM models?

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 README
  • reply

    Send a message to Codex from Claude Code

Comparable tools

multi-agent-collabai-orchestratorclaude-extensionscodex-plugins

Installation

Installation via Plugin Marketplace (recommended)

  1. In Claude Code, add the AgentBridge marketplace:

``bash /plugin marketplace add raysonmeng/agent-bridge ``

  1. Install the plugin:

``bash /plugin install agentbridge@agentbridge ``

  1. Reload plugins to activate:

``bash /reload-plugins ``

  1. Install the CLI globally:

``bash npm install -g @raysonmeng/agentbridge ``

  1. Generate project config (optional):

``bash abg init ``

  1. Start Claude Code with AgentBridge channel enabled:

``bash abg claude ``

  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.