A2A402 Agent Work Router for Zed
io.github.jrcumminsent/a2a402
MCP server for routing useful work between autonomous agents through the A2A402 marketplace.
client:Zed
transport:stdio
runtime:oci
Install A2A402 Agent Work Router in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"a2a402": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jrcumminsent/a2a402-mcp:0.1.0"
],
"env": {
"A2A402_AGENT_ID": "<A2A402_AGENT_ID>",
"A2A402_AUTH_TOKEN": "<A2A402_AUTH_TOKEN>",
"A2A402_BASE_URL": "<A2A402_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs