Git module dependencies and owning-agent routing for coding agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Import a Git repository together with the agents that own it.
git-a2a is an open standard plus a static Go CLI for micro-agent architectures. A repository
publishes one a2amodule.yml: what the module exports, which agents own it, how to contact them,
and which other modules it consumes. The CLI resolves one Git commit, wires every detected
ecosystem, maintains a2amodule.lock, and projects the useful ownership context into agent tools.
Read the human specification, the command reference, or the
normative spec/_.hint with hint spec.
See the feature end to end in the public
acme-lib-utils library and
consumer-app consumer repositories. The
demo walkthrough explains what to inspect and which commands to run.
| Capability | Commands and result |
|---|---|
| Dependency wiring | add, wire, update, remove edit native npm/Python/Go/Rust/Swift/Dart/Ruby/PHP/Elixir/Haskell/Zig/Clojure/Nix files at one resolved commit. |
| Source changes | set, pin, and unpin transactionally change URL, ref, monorepo path, tracking, or identity. |
| Owners and contacts | who routes an intent and path to the declared role, scoped agent, and ordered contacts. |
| Agent roster | sync maintains a bounded dependency/owner block in AGENTS.md or another target. |
| Contact delivery | contact sends through A2A, email, or GitHub/GitLab/Gitea-family issues; any tracker can use exact instructions or a consumer plugin. |
| Vendoring and build systems | --vendor submodule or --vendor copy plus CMake/Gradle/MSBuild/Maven/Meson generated includes keep source at the lock commit. |
| Fresh-checkout restore | fetch reconstructs cache and vendored trees from the lock without resolving a new commit. |
| Cards, catalog, and trust | card, catalog, and trust show verify A2A cards, key/origin pins, signed commits, and ARD catalogs. |
| Liveness and drift | status compares upstream refs, manifest/cache hashes, native wiring, cards, trust, and synced context. |
| Agent UX | usage, the portable skill, setup, and explain brief and configure supported agent harnesses. |
| MCP | mcp exposes the same commands over bounded multi-repository stdio tools; write access is opt-in. |
| Prerequisites | doctor reports Git and native ecosystem tools with versions and install hints; it never installs them. |
Owners start with git-a2a init --example lib, add an agent with git-a2a agent add, then run
git-a2a validate and git-a2a card export.
A consumer can materialize a locked dependency inside its repository with add --vendor submodule or add --vendor copy; set --vendor changes that choice later. The lock still names
one Git commit for every ecosystem, while native npm, Cargo, Go, Pub, Mix, uv, and Composer wiring
and generated CMake, Gradle, MSBuild, Maven, or Meson integrations resolve through the vendored
directory. git-a2a fetch restores missing cache and vendored content from the lock in a fresh
checkout without resolving a new commit. See the consumer workflow
and the live consumer-app submodule example.
| Layer | Integrations and wiring |
|---|---|
| Native ecosystems | npm, uv/PyPI, Go, Cargo, SwiftPM, Pub, Bundler, Composer, Mix, Cabal/Stack, Zig, Clojure, Nix β native Git forms, or local path forms when vendored. |
| Build systems | CMake, Gradle, Maven, MSBuild, Meson β one generated include/import for vendored source. |
| Agent harnesses | Claude Code, Codex, Cursor, GitHub Copilot, Gemini CLI, OpenCode, Hermes Agent, OpenClaw β skill and repository-scoped MCP setup. |
| Distribution channels | Go, Go zero-install, macOS/Linux installer, Windows installer, Homebrew, Scoop, npm, PyPI with uv, PyPI with pipx, Container, Nix flake β one release binary, verified through channel-native entry points. |
| Contact kinds | a2a, github-issue, gitlab-issue, gitea-issue, bitbucket-issue, azure-boards, http, exec, email, jira, mattermost, slack, discord, telegram, teams, url β built-in delivery, consent-gated invocation, plugin, or exact instruction. |
| Standards | A2A, AGENTS.md, Agent Skills, ARD catalogs, MCP, MCP Registry β native projections; MCP Registry listing. |
The reference CLI implements a2amodule schema 1 and passes conformance version 1 on Linux and Windows.
Go-native channels are the simplest and come first. Every checkmark means the channel was exercised against a public stable artifact on its native platform. These commands follow the latest stable release; pin an explicit version in CI.
| Verified | Channel | Command |
|---|---|---|
| β | Go | go install github.com/neprel/git-a2a/cmd/git-a2a@latest |
| β | Go zero-install | go run github.com/neprel/git-a2a/cmd/git-a2a@latest --version |
| β | macOS/Linux installer | curl -fsSL https://git-a2a.com/install.sh | bash |
| β | Windows installer | irm https://git-a2a.com/install.ps1 | iex |
| β | Homebrew | brew install neprel/tap/git-a2a |
| β | Scoop | scoop bucket add git-a2a https://github.com/neprel/scoop-bucket; scoop install git-a2a |
| β | npm | npx git-a2a@latest --version |
| β | PyPI with uv | uvx git-a2a --version |
| β | PyPI with pipx | pipx run git-a2a --version |
| β | Container | docker run --pull=always --rm ghcr.io/neprel/git-a2a:latest --version |
| β | Nix flake | nix run github:neprel/git-a2a -- version |
The checksum-verifying standalone installers support GIT_A2A_VERSION, --version, --dir,
and --dry-run. The macOS binaries are not yet Apple-notarized; use the Homebrew formula for a
checksum-verified first launch without a Gatekeeper quarantine prompt.
Linux .deb, .rpm, and .apk packages are attached to every GitHub Release:
The scratch container contains only the binary:
Every channel executes the same Go binary. git-a2a version --check is the only automatic
release lookup and prints the correct manager-specific update command. git-a2a upgrade is
available only to the standalone binary channel; it never overwrites a package-manager install.
Release archives cover Darwin, Linux, and Windows on amd64/arm64 and include checksums and SBOMs.
Maintainer setup is in docs/releasing.md.
Every tag-triggered release asset has GitHub build provenance bound to this repository's pinned
release workflow. After downloading an asset with gh release download, verify that identity:
The GHCR image is signed keylessly at its immutable digest. Resolve the digest for the version you intend to run, then require GitHub's OIDC issuer and the tag-triggered release workflow:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/git-a2a)<a href="https://allmcps.com/mcp/git-a2a"><img src="https://allmcps.com/api/badge/git-a2a?style=directory" alt="Git A2a on AllMCPs" /></a>