Git module dependencies and owning-agent routing for coding agents
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y git-a2a
MCP client config
{
"mcpServers": {
"git-a2a": {
"command": "npx",
"args": [
"-y",
"git-a2a"
]
}
}
}Run
docker run -i --rm ghcr.io/neprel/git-a2a:1.7.1
MCP client config
{
"mcpServers": {
"git-a2a": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/neprel/git-a2a:1.7.1"
]
}
}
}Distributed as an MCP bundle (`https://github.com/neprel/git-a2a/releases/download/v1.7.1/git-a2a_1.7.1.mcpb`) — download it and import the bundle in your MCP client.