io.github.Dave-London/pare-gitdev-tools

pare-git

Verified · yesterday

Pare Git ג€” Structured git operations (status, log, diff, branch, commit, push) as typed JSON.

Install

claude mcp add pare-git -- npx -y @paretools/[email protected]

Our take

This is the same @paretools/git package already listed in the registry as io.github.Dave-London/git — a re-listing under the pare- prefix (v0.8.1 vs the older unprefixed v0.8.0 entry), not a new package. Ten tools wrap the git CLI (status, log, diff, branch, show, add, commit, push, pull, checkout) and return typed JSON via MCP structuredContent, with a self-reported claim of up to 92% token savings over raw CLI output. The README earns credit for documenting a real footgun most git MCP servers ignore: the optional path parameter is authoritative, and omitting it makes the long-lived server operate on its launch directory rather than the client's cwd — dangerous in worktree workflows. TypeScript, stdio, MIT, part of a well-maintained monorepo (131 stars, 9 contributors, CI and Scorecard badges, pushed daily) with modest adoption at ~72 weekly downloads. For agent builders tired of regexing porcelain output, though anyone running agents in worktrees should read the path caveat first.

reviewed by hand · 2026-07-05

Something wrong or dead here? Report it

Verification record

last verified
yesterday
github stars
131
last commit
yesterday
archived
no
license
MIT
latest version
0.21.0
in registry since
2026-02-14

github.com/Dave-London/Pare