mcpbeat Sign in

Pare Git MCP Server

local only

Pare Git runs on your own machine — the client starts it, so there is no endpoint to ping. 172 installs a week from npm. Last commit 19 Aug 2026.

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

Installs per day peak 169 · avg 39 · -1% w/w
a month agotoday
172
Installs / week
npm · @paretools/git
138
Stars
21 open issues
19 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Pare Git every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 pare-git -- npx -y @paretools/git
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pare-git": {
      "args": [
        "-y",
        "@paretools/git"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pare-git]
command = "npx"
args = ["-y", "@paretools/git"]
.cursor/mcp.json
{
  "mcpServers": {
    "pare-git": {
      "args": [
        "-y",
        "@paretools/git"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pare-git": {
      "args": [
        "-y",
        "@paretools/git"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pare Git

same job, measured the same way
Git
by dave-london

Structured git operations (status, log, diff, branch, show) as typed JSON.

local only
Pare Docker
by dave-london

Pare Docker ג€” Structured Docker operations (ps, images, logs, build, compose) as typed JSON.

147 installs/wk local only
Docker
by dave-london

Structured Docker operations (ps, images, logs, build) as typed JSON.

local only
Git
by abhishekkumar2021

Local Git via MCP: status, log, diff, file history, branches, and gated stage/commit. Pure-JS.

59 installs/wk local only
Git
by rog0x

Git log, diff, blame, branch stats for AI agents

31 installs/wk local only
MCP Git
by infoinlet-marketplace

Read-only Git inspection for AI agents — log, show, diff, status, blame, grep. No writes.

31 installs/wk local only
MCP Zuul
by imatza-rh

Zuul CI — build failure analysis, log search, pipeline status, and job configuration

312 installs/wk local only
Agentic Diaries
by kandikandikandi

Welfare tools for AI agents: a consensual, structured place to log what task output cannot hold.

49 installs/wk local only

Pare Git — questions

Answers built from our own checks of this server.

Why is there no uptime for Pare Git?
Pare Git 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 @paretools/git was installed 172 times last week.
How do I connect Pare Git?
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 @paretools/git straight from npm; nothing to host, nothing to sign up for.
How many people use Pare Git?
The npm package @paretools/git was installed 172 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pare Git open source?
Yes — it is published under the MIT licence, written in TypeScript, 138 stars on GitHub and 21 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.