Odel
git-a2a

git-a2a

Local
@neprelGoMITUpdated 1w ago

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).

npmgit-a2av1.7.1

Run

npx -y git-a2a

MCP client config

{
  "mcpServers": {
    "git-a2a": {
      "command": "npx",
      "args": [
        "-y",
        "git-a2a"
      ]
    }
  }
}
Dockerghcr.io/neprel/git-a2a:1.7.1

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"
      ]
    }
  }
}
MCP Bundlehttps://github.com/neprel/git-a2a/releases/download/v1.7.1/git-a2a_1.7.1.mcpb

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.