git-commit-helper

tarekbadrsh/git-commit-helper

3.2

If you are the rightful owner of git-commit-helper and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Git Commit Helper is an MCP server designed to assist in writing professional commit messages by analyzing git repository information.

Tools

Functions exposed to the LLM to take actions

git_status

Shows the current state of the repository - modified, staged, and untracked files.

git_diff_staged

Shows line-by-line changes for files staged with git add.

git_diff_all

Shows all changes in the repository, both staged and unstaged.

git_log

Shows recent commit history to understand commit message conventions.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources