Loading MCP server directory, please wait...
Turns your GitHub activity into a daily standup — commits, PRs, reviews & issues.
npx @getmcp/cli add io.github.rimysore/standupbotRequires Node.js 18+. Community-contributed server. Review source before installing.
GITHUB_TOKENGitHub personal access token with read:user and repo scopes. Generate at https://github.com/settings/tokens
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rimysore/standupbot": {
"command": "npx",
"args": [
"-y",
"standupbot-mcp"
],
"env": {
"GITHUB_TOKEN": ""
}
}
}
}