# git-a2a (npm · git-a2a)

Git module dependencies and owning-agent routing for coding agents

- Trust score: 71/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-23

## Components

- mcpb · `git-a2a_1.2.0.mcpb`: 10/100, [markdown](https://verifymcp.io/servers/neprel-git-a2a/https-github-com-neprel-git-a2a-releases-download-v1-2-0-git-a2a-1-2-0-mcpb.md), [page](https://verifymcp.io/servers/neprel-git-a2a/https-github-com-neprel-git-a2a-releases-download-v1-2-0-git-a2a-1-2-0-mcpb)
- npm · `git-a2a`: 71/100 (this document), [markdown](https://verifymcp.io/servers/neprel-git-a2a/git-a2a.md), [page](https://verifymcp.io/servers/neprel-git-a2a/git-a2a)
- oci · `ghcr.io/neprel/git-a2a:1.2.0`: 6/100, [markdown](https://verifymcp.io/servers/neprel-git-a2a/ghcr-io-neprel-git-a2a-1-2-0.md), [page](https://verifymcp.io/servers/neprel-git-a2a/ghcr-io-neprel-git-a2a-1-2-0)

## Channel facts

- Registry: `npm`
- Package: `git-a2a`
- Version: `1.2.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-23.

- **Supply Chain Security**: 63/100
  - No malware found by supply-chain analysis.
  - Known CVEs could not be checked: the version this server declares is not published in its registry.
  - No install/post-install scripts declared.
  - Dependency health could not be checked: the version this server declares is not published in its registry.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to neprel/git-a2a).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 87/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 857 tokens (~71/item across 12 items; 8 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the git-a2a MCP server?

git-a2a runs locally as an npm package, launched with npx -y git-a2a. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add neprel-git-a2a -- npx -y git-a2a
```

### Cursor

```json
{
  "mcpServers": {
    "neprel-git-a2a": {
      "command": "npx",
      "args": [
        "-y",
        "git-a2a"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "neprel-git-a2a": {
      "command": "npx",
      "args": [
        "-y",
        "git-a2a"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add neprel-git-a2a -- npx -y git-a2a
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "neprel-git-a2a": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "git-a2a"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add neprel-git-a2a --command npx --arg -y --arg git-a2a
```

### Hermes

```yaml
mcp_servers:
  neprel-git-a2a:
    command: "npx"
    args: ["-y", "git-a2a"]
```

### Netclaw

```json
{
  "McpServers": {
    "neprel-git-a2a": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "git-a2a"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add neprel-git-a2a -t stdio -c npx -a -y git-a2a
```

### Other

```json
{
  "mcpServers": {
    "neprel-git-a2a": {
      "command": "npx",
      "args": [
        "-y",
        "git-a2a"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-23 (score 71)

First indexed and scored.

## MCP tools (8)

### `doctor` (~33 tokens)

Report Git and ecosystem tool prerequisites without installing anything.

Input parameters:

- `root` (string): repository root; defaults to the server startup directory

Output parameters:

- `data`: structured command result for read tools
- `diagnostics` (null|array): ordered stderr verdict and advisory lines
- `exitCode` (integer): git-a2a exit code: 0 success, 1 failure or drift, 2 invalid or unresolved input
- `records` (null|array): ordered stdout records for write tools

### `explain` (~33 tokens)

Read the normative generated reference entry for one manifest field.

Input parameters:

- `path` (string, required): manifest field path such as agents.contacts.kind

Output parameters:

- `data`: structured command result for read tools
- `diagnostics` (null|array): ordered stderr verdict and advisory lines
- `exitCode` (integer): git-a2a exit code: 0 success, 1 failure or drift, 2 invalid or unresolved input
- `records` (null|array): ordered stdout records for write tools

### `fetch` (~68 tokens)

Restore disposable dependency cache content from exact lock coordinates.

Input parameters:

- `ids` (null|array): dependency ids; omit for all locked dependencies
- `root` (string): repository root; defaults to the server startup directory
- `surface` (boolean): also restore the owner-published surface recorded in the lock

Output parameters:

- `data`: structured command result for read tools
- `diagnostics` (null|array): ordered stderr verdict and advisory lines
- `exitCode` (integer): git-a2a exit code: 0 success, 1 failure or drift, 2 invalid or unresolved input
- `records` (null|array): ordered stdout records for write tools

### `show` (~66 tokens)

Read this module or a locked dependency and optionally its published surface.

Input parameters:

- `id` (string): module dependency id; omit for this module
- `root` (string): repository root; defaults to the server startup directory
- `surface` (boolean): fetch and list the owner-published surface

Output parameters:

- `data`: structured command result for read tools
- `diagnostics` (null|array): ordered stderr verdict and advisory lines
- `exitCode` (integer): git-a2a exit code: 0 success, 1 failure or drift, 2 invalid or unresolved input
- `records` (null|array): ordered stdout records for write tools

### `status` (~76 tokens)

Check dependency, wiring, card, trust, and roster health.

Input parameters:

- `ids` (null|array): dependency ids; omit for all
- `offline` (boolean): do not contact remotes or card URLs
- `root` (string): repository root; defaults to the server startup directory
- `verbose` (boolean): include detailed findings

Output parameters:

- `data`: structured command result for read tools
- `diagnostics` (null|array): ordered stderr verdict and advisory lines
- `exitCode` (integer): git-a2a exit code: 0 success, 1 failure or drift, 2 invalid or unresolved input
- `records` (null|array): ordered stdout records for write tools

### `usage` (~32 tokens)

Read the compact or full deterministic briefing for a coding agent.

Input parameters:

- `prompt` (boolean): include the full fresh-agent briefing

Output parameters:

- `data`: structured command result for read tools
- `diagnostics` (null|array): ordered stderr verdict and advisory lines
- `exitCode` (integer): git-a2a exit code: 0 success, 1 failure or drift, 2 invalid or unresolved input
- `records` (null|array): ordered stdout records for write tools

### `validate` (~55 tokens)

Validate manifest and lock files against the git-a2a standard.

Input parameters:

- `files` (null|array): manifest or lock paths; omit for current module files
- `root` (string): repository root; defaults to the server startup directory

Output parameters:

- `data`: structured command result for read tools
- `diagnostics` (null|array): ordered stderr verdict and advisory lines
- `exitCode` (integer): git-a2a exit code: 0 success, 1 failure or drift, 2 invalid or unresolved input
- `records` (null|array): ordered stdout records for write tools

### `who` (~76 tokens)

Resolve an intent to the owning agents and their declared contacts.

Input parameters:

- `id` (string): module dependency id; omit for this module
- `intent` (string): routing intent; defaults to question
- `path` (string): optional repository path for scope matching
- `root` (string): repository root; defaults to the server startup directory

Output parameters:

- `data`: structured command result for read tools
- `diagnostics` (null|array): ordered stderr verdict and advisory lines
- `exitCode` (integer): git-a2a exit code: 0 success, 1 failure or drift, 2 invalid or unresolved input
- `records` (null|array): ordered stdout records for write tools

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/neprel-git-a2a/git-a2a#diagnostics

## Score history

- 2026-08-23: 71

## Common questions

### What is the git-a2a MCP server?

git-a2a is an MCP server listed in the public MCP registry as io.github.neprel/git-a2a. Git module dependencies and owning-agent routing for coding agents. This page covers its npm package (git-a2a).

### Is the git-a2a MCP server safe to use?

git-a2a scores 71 out of 100 on VerifyMCP. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the git-a2a MCP server expose?

git-a2a exposes 8 tools: doctor, explain, fetch, show, status, and 3 more. Their descriptions and schemas cost roughly 439 tokens of context every time the server is loaded.

### Is the git-a2a MCP server still maintained?

git-a2a is still listed as active in the MCP registry. We last reached this channel on 23 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the git-a2a MCP server under?

git-a2a declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/git-a2a
- Socket report: https://socket.dev/npm/package/git-a2a
- Repository: https://github.com/neprel/git-a2a
- Changelog RSS feed: https://verifymcp.io/servers/neprel-git-a2a/git-a2a.xml
- Changelog JSON feed: https://verifymcp.io/servers/neprel-git-a2a/git-a2a.json
- HTML version of this page: https://verifymcp.io/servers/neprel-git-a2a/git-a2a
