standupbot for Zed
io.github.rimysore/standupbot
Turns your GitHub activity into a daily standup — commits, PRs, reviews & issues.
client:Zed
transport:stdio
runtime:npm
Install standupbot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"standupbot": {
"command": "npx",
"args": [
"-y",
"standupbot-mcp"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs