A2A Bridge

Bridges Google's Agent-to-Agent protocol with MCP, enabling agent discovery, registration, message sending, and task management through protocol translation between A2A's JSON-RPC messaging and MCP's tool-based interface.

Featured
View Source
76 stars
0 tools
Created Aug 2025
@gongrzhe/gongrzhe-a2a-bridge-a2a-mcp-server

About

Bridges Google's Agent-to-Agent protocol with MCP, enabling agent discovery, registration, message sending, and task management through protocol translation between A2A's JSON-RPC messaging and MCP's tool-based interface.

Categories

general

Installation

npm

npm install @gongrzhe/gongrzhe-a2a-bridge-a2a-mcp-server

Configuration

{ "mcpServers": { "gongrzhe-a2a-bridge-a2a-mcp-server": { "command": "npx", "args": [ "-y", "@gongrzhe/gongrzhe-a2a-bridge-a2a-mcp-server" ] } } }