← Back to directory
P

Pare Git

Community
Structured Git MCP server optimized for AI agents
GitHub source repository ↗
★ 138 Stars Category · Dev Tools Popular Source revision 57e1980e8375
48FMRS · D
Reliability
6/20
Security and permissions
6/20
Maintenance
8/20
Documentation
14/20
Setup experience
14/20

Pare Git provides structured output for git operations, reducing tokens and improving reliability. Suitable for AI agents, but careful configuration of tool selection is needed to avoid unintended actions.

Read the FMRS scoring method →

Pare Git is part of the Pare project, an MCP server for Git operations (status, log, diff, branch, commit, push) that returns typed, schema-validated JSON instead of raw terminal text, enabling agents to act directly without brittle string parsing.

Tools

The tool list has not been reviewed yet.

Setup

Install via npx: npx -y @paretools/git. Requires Node.js >= 20. Tool selection via PARE_GIT_TOOLS environment variable.

Fit and risk

Best for

  • Developers using AI coding tools like Claude Code, Cursor
  • Agent workflows needing reliable git data

Not for

  • Scenarios requiring interactive git features
  • Users with special reliance on raw git output

Required permissions

  • Access to local git repositories
  • Ability to execute git commands

Risks and side effects

  • Limited tool selection
  • Potential for destructive operations (e.g., push)

Troubleshooting

  1. If npx not found, use cmd /c npx wrapper (Windows)
  2. Slow first start: precache or install globally
  3. Node.js version too low: upgrade to 20+
  4. PATH issues: use absolute path to npx
  5. Connection timeout: increase client initTimeout

Use cases

AI agents needing structured git status and log
Reducing token consumption for git commands
Cross-platform consistent output

Supported clients

Supported clients have not been confirmed yet.