A2a Opencode
Freeby MCP Community
A2A (Agent-to-Agent) protocol wrapper for OpenCode. Drop a JSON config file in, get a fully-spec-compliant A2A server out. Supports any agent persona, MCP tool
v1.3.0Added Apr 12, 2026
a2aagent-to-agentopencodeai-agentsmcp
A2a Opencode MCP Server
A2A (Agent-to-Agent) protocol wrapper for OpenCode. Drop a JSON config file in, get a fully-spec-compliant A2A server out. Supports any agent persona, MCP tool
Installation
npx -y a2a-opencode
Reviews
Installation
Quick install
npx -y a2a-opencode
Add to claude_desktop_config.json
{
"mcpServers": {
"a2a-opencode": {
"command": "npx",
"args": ["-y", "a2a-opencode"]
}
}
}