Server data from the Official MCP Registry
Generate daily standup notes from git commits across multiple repositories with AI summaries.
Generate daily standup notes from git commits across multiple repositories with AI summaries.
Valid MCP server (2 strong, 3 medium validity signals). 4 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed ยท 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-muba00-gitstandup": {
"args": [
"-y",
"gitstandup-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.json# Using npx (no installation needed)
npx -y gitstandup-mcp
# Or install globally
npm install -g gitstandup-mcp
Add to your Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"gitstandup": {
"command": "npx",
"args": ["-y", "gitstandup-mcp"]
}
}
}
Add to your VS Code MCP settings:
{
"gitstandup": {
"type": "stdio",
"command": "npx",
"args": ["-y", "gitstandup-mcp"]
}
}
Once configured, you can use natural language with your AI assistant:
"Generate my standup notes"
"What did I work on yesterday?"
"Show my commits from the last 2 days"
Add your repositories:
"Add /path/to/my/project to GitStandup"
Generate standup notes:
"Generate my 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:
{
"hours": 48, // Last 2 days
"repos": ["/path/to/repo1", "/path/to/repo2"] // Optional
}
add_reposAdd repository paths to the configuration.
Parameters:
paths: Array of absolute paths to git repositoriesExample:
{
"paths": ["/Users/you/projects/my-app", "/Users/you/projects/api"]
}
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 remove# Clone the repository
git clone https://github.com/muba00/gitstandup.git
cd gitstandup
# Install dependencies
npm install
# Build
npm run build
# Test locally
node build/index.js
gitstandup/
โโโ src/
โ โโโ index.ts # MCP server setup and tool definitions
โ โโโ git.ts # Git operations and commit collection
โ โโโ config.ts # Configuration management
โโโ build/ # Compiled JavaScript (generated)
โโโ package.json
Repository paths are stored in ~/.gitstandup/config.json:
{
"repos": ["/Users/you/projects/project1", "/Users/you/projects/project2"]
}
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:
# Update version in package.json and server.json
npm version patch # or minor/major
Build and publish to npm:
npm run build
npm publish
Install mcp-publisher (first time only):
brew install mcp-publisher
# OR
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher && sudo mv mcp-publisher /usr/local/bin/
Authenticate (first time only):
mcp-publisher login github
Update server.json version to match package.json and publish:
mcp-publisher 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.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm โ conversationally
by mcp-marketplace ยท Finance
Free stock data and market news for any MCP-compatible AI assistant.