Developer Tools
Trust: 34/100 (Limited)io.github.muba00/gitstandup Guide
Generate daily standup notes from git commits across multiple repositories with AI summaries.
4 starsby muba00
Quick Start
Install
npx gitstandup-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-muba00-gitstandup": {
"command": "npx",
"args": [
"gitstandup-mcp"
]
}
}
}