mcpbeat Sign in

git-a2a MCP Server

local only

git-a2a runs on your own machine — the client starts it, so there is no endpoint to ping. 4 742 installs a week from npm. Last commit 25 Aug 2026.

Git module dependencies and owning-agent routing for coding agents

Installs per day peak 1 141 · avg 38
a month agotoday
4 742
Installs / week
npm · git-a2a
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/git-a2a.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable adapters/cmake/cmake.go:27, adapters/composer/composer.go:146, adapters/gradle/gradle.go:52 и ещё 11
    _, err := os.Stat(filepath.Join(root, rootFile))
Builds a database query by concatenation adapters/pypi/pypi.go:244
    insert := indent + fmt.Sprintf("%q,\n", requirement)
Runs an external command [пакет] bin/git-a2a.js:11
  const result = spawnSync(path.join(path.dirname(pkg), 'bin', exe), process.argv.slice(2), { stdio: 'inherit' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add git-a2a -- npx -y git-a2a
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "git-a2a": {
      "args": [
        "-y",
        "git-a2a"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.git-a2a]
command = "npx"
args = ["-y", "git-a2a"]
.cursor/mcp.json
{
  "mcpServers": {
    "git-a2a": {
      "args": [
        "-y",
        "git-a2a"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "git-a2a": {
      "args": [
        "-y",
        "git-a2a"
      ],
      "command": "npx"
    }
  }
}

Alternatives to git-a2a

same job, measured the same way
I
LicenseGate
by computersmarts1

Open-source licence risk checks for AI coding agents and dependency trees.

1 tools answering
cve-cache
by weiseer

Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).

59 installs/wk local only
OPC UA Modeler
by node-opcua

OPC UA companion spec types, namespace dependencies, and engineering units for AI agents

413 installs/wk 12 tools answering
Dependency Migration MCP
by solvohq

Through-the-upgrade dependency-migration briefs for LLM coding agents.

local only
Hound
by tiluckdave

The dependency bloodhound for AI coding agents. Zero API keys, zero config.

80 installs/wk local only
Claudia
by yuvalsuede

Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.

56 installs/wk local only
Symvanta
by symvanta

Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents.

answering
Claude Bridge
by constripacity

Durable local-first MCP relay for independent coding agents.

551 installs/wk local only

git-a2a — questions

Answers built from our own checks of this server.

Why is there no uptime for git-a2a?
git-a2a runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package git-a2a was installed 4 742 times last week.
How do I connect git-a2a?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls git-a2a straight from npm; nothing to host, nothing to sign up for.
How many people use git-a2a?
The npm package git-a2a was installed 4 742 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is git-a2a open source?
Yes — it is published under the MIT licence, written in Go and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.