MCP Directory
Back

agent-bridge

by raysonmeng · TypeScript · ★ 111

A local bridge for bidirectional collaboration between Claude Code and Codex. 连接 Claude Code 与 Codex 的本地实时协作桥接工具。

#agent-collaboration#claude-code#cli#codex#developer-tools#local-first#mcp#model-context-protocol#multi-agent

Install

npx -y github:raysonmeng/agent-bridge

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "agent-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "github:raysonmeng/agent-bridge"
      ]
    }
  }
}

From the README

[](https://github.com/raysonmeng/agent-bridge/actions/workflows/ci.yml) [](LICENSE) [中文文档](README.zh-CN.md) Local bridge for bidirectional communication between Claude Code and Codex inside the same working session. AgentBridge uses a two-process architecture: - **bridge.ts** is the foreground MCP client started by Claude Code via the AgentBridge plugin - **daemon.ts** is a persistent local background process that owns the Codex app-server proxy and bridge state When Claude Code closes, the foreground MCP process exits while the background daemon and Codex proxy keep running. When Claude…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers