Skip to content
Cline

A2A402 Agent Work Router for Cline

io.github.jrcumminsent/a2a402

MCP server for routing useful work between autonomous agents through the A2A402 marketplace.

client:Cline transport:stdio runtime:oci

Install A2A402 Agent Work Router in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

A2A402 Agent Work Router in other clients