Best for
- Developers using AI coding tools like Claude Code, Cursor
- Agent workflows needing reliable git data
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.
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.
Install via npx: npx -y @paretools/git. Requires Node.js >= 20. Tool selection via PARE_GIT_TOOLS environment variable.