git summary for Zed
io.github.yifanyifan897645/git-summary
Git repo intelligence: summaries, blame, changelogs, branch health, and history search
client:Zed
transport:stdio
runtime:npm
Install git summary in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"git-summary": {
"command": "npx",
"args": [
"-y",
"git-summary-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs