mcp-a2a

zavora-ai/mcp-a2a
★ 1 stars Rust AI/LLM Updated today
A2A Remote Agent MCP server for ADK-Rust Enterprise — agent discovery, task management, streaming
View on GitHub → 🔍 Audit Wallet Slippage →

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-a2a": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-a2a"
      ]
    }
  }
}