git summary for Cursor
io.github.yifanyifan897645/git-summary
Git repo intelligence: summaries, blame, changelogs, branch health, and history search
client:Cursor
transport:stdio
runtime:npm
Install git summary in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"git-summary": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"git-summary-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs