Git Commit Generator
Generates conventional commit messages from staged Git changes.
소개
The Git Commit Generator is an MCP-compatible server designed to automate the creation of conventional commit messages directly from your staged Git changes. Leveraging the Model Context Protocol, it analyzes your code diffs to suggest commit messages that adhere to the Conventional Commits specification. This tool integrates seamlessly with popular MCP clients like VS Code, Cursor, Windsurf, and Claude Desktop, providing dedicated functions to generate insightful commit messages and check repository status, thereby streamlining the development workflow and promoting consistent commit history.
주요 기능
- Offers stdio (default) and SSE transport options for MCP server
- Automatic commit message generation based on staged Git diffs
- 4 GitHub stars
- Supports Conventional Commits specification
- Provides `generate_commit_message` and `check_git_status` tools
- Includes an Inspector UI for interactive inspection
사용 사례
- Streamlining developer workflow by simplifying commit message generation
- Ensuring consistent and standardized Git commit history in projects
- Automating the creation of Conventional Commit messages