Wraps git commands and returns structured JSON instead of raw terminal output. Exposes status, log, diff, branch, and show operations with typed schemas, so agents can process git state without parsing ANSI codes or locale-specific text. The structured data cuts token usage significantly compared to raw git output while staying consistent across platforms. Part of the Pare toolkit that converts CLI tools into schema-validated JSON for reliable agent workflows. Useful when you need git integration that won't break on formatting changes or when you want cleaner, smaller responses for repository operations.
claude mcp add --transport stdio io.github.dave-london-git uvx git