Skip to content
VS Code

git-a2a for VS Code

io.github.neprel/git-a2a

Git module dependencies and owning-agent routing for coding agents

client:VS Code transport:stdio runtime:npm

Install git-a2a in VS Code

.vscode/mcp.json

{
  "servers": {
    "git-a2a": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "git-a2a"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

git-a2a in other clients