gitstandup for Zed
io.github.muba00/gitstandup
Generate daily standup notes from git commits across multiple repositories with AI summaries.
client:Zed
transport:stdio
runtime:npm
Install gitstandup in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gitstandup": {
"command": "npx",
"args": [
"-y",
"gitstandup-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs