git summary for VS Code
io.github.yifanyifan897645/git-summary
Git repo intelligence: summaries, blame, changelogs, branch health, and history search
client:VS Code
transport:stdio
runtime:npm
Install git summary in VS Code
.vscode/mcp.json
{
"servers": {
"git-summary": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"git-summary-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs