a2a-mcp-bridge

vlefebvre21/a2a-mcp-bridge
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for agent-to-agent messaging — A2A-style peer-to-peer bus exposed as MCP tools
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": {
    "a2a-mcp-bridge": {
      "command": "uvx",
      "args": [
        "a2a-mcp-bridge"
      ]
    }
  }
}

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

README Excerpt

> MCP server that lets AI agents message each other — A2A-style peer-to-peer communication, exposed as MCP tools. **Status:** v0.4.4 — usable in production. Not yet published to PyPI; install from GitHub. > ### ⚠️ Known limitation: multi-session concurrency per profile > > In the current deployment model (Hermes + this bridge), a single

Tools (17)

A2A_AGENT_IDA2A_DB_PATHA2A_LOG_JSONA2A_LOG_LEVELA2A_SIGNAL_DIRA2A_WAKE_REGISTRYdeepseekgeminiglm51heavyinitmagentmainmistralopusqwen36wake_webhook_url