PluginBench
MCP Server

io.github.mdfifty50-boop/a2a-bridge MCP Server

io.github.mdfifty50-boop/a2a-bridge

What is the io.github.mdfifty50-boop/a2a-bridge MCP server?

Agent-to-agent communication bridge for multi-agent systems

How to install io.github.mdfifty50-boop/a2a-bridge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "a2a-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "a2a-bridge-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "a2a-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "a2a-bridge-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "a2a-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "a2a-bridge-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "a2a-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "a2a-bridge-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add a2a-bridge -- npx -y a2a-bridge-mcp

Related MCP servers

Multi-agent billing and cost allocation tracking

View repository →

Constitutional guardrails and loop detection for AI agents

View repository →

Record and replay AI agent execution for debugging

View repository →

Security scanning and threat detection for AI agents

View repository →

Agent tracing, cost tracking, anomaly detection for LLM agents

View repository →

ZATCA, UAE CT, EU AI Act regulatory compliance for AI agents

View repository →