A2A Remote Agent MCP server for ADK-Rust Enterprise — agent discovery, task management, streaming
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-a2a": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-a2a"
]
}
}
}
Run in terminal:
claude mcp add mcp-a2a cargo run -- mcp-a2a
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-a2a": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-a2a"
]
}
}
}