seolcu/commit-renamer-mcp
If you are the rightful owner of commit-renamer-mcp 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.
Commit Renamer MCP is a server that assists AI agents in safely modifying Git commit messages.
Tools
Functions exposed to the LLM to take actions
list_commits
Retrieves a list of recent commits with details like hash, message, author, and date.
get_repo_status
Checks the current status of the repository, including branch name and uncommitted changes.
preview_rename
Previews changes to a commit message without applying them.
rename_commit
Renames a commit message, rewriting Git history.
undo_rename
Reverts the last commit message change using git reflog.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client