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 Source76 stars
0 tools
Created Aug 2025
@gongrzhe/gongrzhe-a2a-bridge-a2a-mcp-serverAbout
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"
]
}
}
}