Generates standup summaries by pulling commits from multiple git repositories and feeding them to your AI assistant. Exposes four tools: generate_standup collects commits from the last N hours (defaults to 24), add_repos and remove_repos manage which repositories to track, and list_repos shows your current config. Filters commits by your git user.email, skips generated files like lock files and minified code, and includes smart diff truncation to keep context manageable. Config persists to ~/.gitstandup/config.json so you set up your repos once. Useful if you maintain multiple projects and want to generate daily standups without manually reviewing commit logs across different directories.
claude mcp add --transport stdio muba00-gitstandup uvx gitstandup