
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
git-summary-mcp
Advanced tools
MCP server for local Git repository intelligence — commit summaries, changelogs, blame analysis, branch health, and semantic diffs
An MCP server that gives AI assistants deep understanding of your local Git repositories. Get instant repo overviews, semantic change summaries, blame analysis, auto-generated changelogs, branch health checks, and history search — all from within Claude, Cursor, or any MCP client.
npx git-summary-mcp
Zero config. No API keys. No accounts. Just run it in any Git repository.
git_summaryStructured overview of a repository: current branch, recent commits, contributors, and stats.
"Summarize this repository"
"Who are the top contributors?"
"Show me the last 10 commits"
git_changesSemantic change summary for any commit range. See what files changed, who changed them, and the overall diff stat.
"What changed between v1.0 and v2.0?"
"Summarize the changes in the last week"
"What did the feature branch change?"
git_blameAnalyze file ownership: who wrote each line, when, and in which commit. Get contributor breakdowns.
"Who last modified src/index.ts?"
"Show me the blame for lines 50-100 of app.py"
"Who owns most of this file?"
git_changelogAuto-generate a changelog grouped by commit type (features, fixes, docs, etc.) using conventional commit detection.
"Generate a changelog for the last release"
"Create release notes from v1.0 to v2.0"
git_branch_healthFind stale branches, merged branches ready for cleanup, and branches that are ahead/behind.
"Which branches are stale?"
"Any branches that have been merged and can be deleted?"
"Show me branch health"
git_searchSearch through commit messages and code changes (pickaxe search) to find when something was introduced or changed.
"When was the login function added?"
"Find commits that mention 'authentication'"
"When was this config value changed?"
Add to your MCP config:
{
"mcpServers": {
"git-summary": {
"command": "npx",
"args": ["-y", "git-summary-mcp"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"git-summary": {
"command": "npx",
"args": ["-y", "git-summary-mcp"]
}
}
}
Add to your MCP configuration with the same format as above.
AI coding assistants can read files and run commands, but they don't inherently understand your project's history. This MCP server gives them structured, token-efficient Git intelligence so they can:
MIT
Want to build your own MCP server? Check out our MCP Server Development Kit — includes TypeScript templates, market research, niche analysis, and monetization strategies.
FAQs
MCP server for local Git repository intelligence — commit summaries, changelogs, blame analysis, branch health, and semantic diffs
The npm package git-summary-mcp receives a total of 72 weekly downloads. As such, git-summary-mcp popularity was classified as not popular.
We found that git-summary-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.