Wraps git operations in structured JSON instead of raw terminal output. Exposes status, log, diff, branch management, commits, and pushes through typed schemas. Useful when you need agents to act on git state without parsing fragile ANSI codes or locale-specific formatting. Part of the broader Pare toolkit that standardizes CLI tools for AI workflows. Returns both human-readable content and schema-validated JSON, cutting token usage by around 50% on typical status checks while eliminating platform and version differences. Ships as an npm package with stdio transport, requiring Node.js 20 or later.
claude mcp add --transport stdio io.github.dave-london-pare-git uvx pare-git