A2a Copilot
Freeby MCP Community
A2A (Agent-to-Agent) protocol wrapper for the GitHub Copilot SDK. Drop a JSON config file in, get a fully-spec-compliant A2A server out. Supports any agent pers
v1.3.0Added Apr 12, 2026
a2aagent-to-agentgithub-copilotcopilot-sdkai-agents
A2a Copilot MCP Server
A2A (Agent-to-Agent) protocol wrapper for the GitHub Copilot SDK. Drop a JSON config file in, get a fully-spec-compliant A2A server out. Supports any agent pers
Installation
npx -y a2a-copilot
Reviews
Installation
Quick install
npx -y a2a-copilot
Add to claude_desktop_config.json
{
"mcpServers": {
"a2a-copilot": {
"command": "npx",
"args": ["-y", "a2a-copilot"]
}
}
}