Exposes five read-only Git operations through MCP: diff analysis across branches or commits, filtered log queries with author and date ranges, branch listing and comparison, repository status inspection, and single-commit deep dives with stats and metadata. Built for maintainers who need structured repository context during PR review, issue triage, and release prep without running broad shell commands. Tools accept absolute repo paths and return parsed output from spawned Git subprocesses. No destructive operations like reset, rebase, or force push. Requires Node 18+ and Git in PATH. Most useful when you're reviewing incoming work and want the assistant to surface what changed, which commits matter, or whether branches need cleanup before you make merge decisions.
claude mcp add --transport stdio io.github.davidweb3-ctrl-git-enhanced uvx git-enhanced