mcp-agent-bridge

roblandry/mcp-agent-bridge
★ 0 stars Python 🤖 AI/LLM Updated today
mcp server to allow openclaw, codex. and claude code to work together
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agent-bridge": {
      "command": "uvx",
      "args": [
        "mcp-agent-bridge"
      ]
    }
  }
}

Or install with pip: pip install mcp-agent-bridge

README Excerpt

A small [MCP](https://modelcontextprotocol.io) server that lets multiple CLI agents (Claude Code, Codex, in-cluster agents, …) talk to each other through structured, auditable channels: - **Messages** — drop notes in another peer's inbox, with explicit end-of-turn signalling so the receiver only acts once the sender is done.

Tools (6)

BRIDGE_ADMIN_TOKENBRIDGE_DATA_DIRBRIDGE_HOSTBRIDGE_MAX_CONTENT_BYTESBRIDGE_PEERS_SEEDBRIDGE_PORT