The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Gitstandup listing page.
Generate daily standup notes from your git commits using AI
A Model Context Protocol (MCP) server that automatically collects your git commits from multiple repositories and helps AI assistants generate natural, comprehensive standup summaries.
~/.gitstandup/config.jsonAdd to your Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json:
Add to your VS Code MCP settings:
Once configured, you can use natural language with your AI assistant:
Add your repositories:
Generate standup notes:
The AI will create a summary like:
Yesterday I:
- Implemented OAuth authentication flow in the api-server
- Fixed critical bug in payment processing
- Added integration tests for user registration
The server exposes four MCP tools that AI assistants can use:
generate_standupGenerate standup notes from configured repositories.
Parameters:
hours (optional): Number of hours to look back (default: 24)repos (optional): Array of specific repo paths to useExample:
add_reposAdd repository paths to the configuration.
Parameters:
paths: Array of absolute paths to git repositoriesExample:
list_reposList currently configured repositories.
Returns: Array of configured repository paths
remove_reposRemove repository paths from the configuration.
Parameters:
paths: Array of repository paths to removeRepository paths are stored in ~/.gitstandup/config.json:
You can edit this file manually or use the add_repos and remove_repos tools.
This server is discoverable via the GitHub MCP Registry and OSS MCP Community Registry.
To publish a new version:
Update version in both files:
Build and publish to npm:
Install mcp-publisher (first time only):
Authenticate (first time only):
Update server.json version to match package.json and publish:
The server will automatically appear in both the GitHub MCP Registry and the community registry, making it discoverable in VS Code, Claude Desktop, and other MCP-compatible clients.
Contributions are welcome! Feel free to:
See CONTRIBUTING.md for details.
MIT License - see LICENSE for details
Built with:
Note: This tool only reads git commit history and does not modify your repositories.