Wraps native git commands into five MCP tools that let AI agents analyze local repositories without touching the GitHub API. You get git_log with filtering by author, date, and path, git_diff for comparing refs with change summaries, git_blame for line-by-line authorship, git_stats for commit and contributor breakdowns, and git_branch for listing branches with ahead/behind counts and merge status. Runs on Node.js 18+ and calls git directly from your PATH. Useful when you want Claude to review commit history, track down who changed specific lines, or understand repository activity patterns from the filesystem rather than a remote API.
claude mcp add --transport stdio io.github.rog0x-git -- npx -y @rog0x/mcp-git-tools