A2A402 Agent Work Router for Windsurf
io.github.jrcumminsent/a2a402
MCP server for routing useful work between autonomous agents through the A2A402 marketplace.
client:Windsurf
transport:stdio
runtime:oci
Install A2A402 Agent Work Router in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs