mcpserver.lol
registry/git-summary
Connection check local install

git-summary

Git repo intelligence: summaries, blame, changelogs, branch health, and history search

Tools 6
GitHub stars
Installs / wk 62
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

6 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

git_blame from source
Analyze who wrote each line of a file, when, and in which commit. Get top contributors and ownership breakdown. Optionally limit to a line range.
git_branch_health from source
Analyze all local branches: find stale branches, merged branches ready for cleanup, and branches that are ahead/behind. Helps keep your repo tidy.
git_changelog from source
Auto-generate a changelog from Git commits. Groups commits by type (feat, fix, docs, etc.) using conventional commit format. Specify a range or get the full log.
git_changes from source
Get a summary of changes in a commit range: what files changed, who changed them, and a diff stat. Useful for understanding what happened between two points in history.
git_search from source
Search through Git history for commits matching a query. Searches both commit messages and code changes (pickaxe search). Find when a change was introduced or a bug was created.
git_summary from source
Get a structured overview of a Git repository: current branch, recent commits, contributors, and repo stats. Works on any local Git repo.