git
4.1
git is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of git and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server for Git repository interaction and automation.
git_status
Shows the working tree status
Try it
Result:
git_diff_unstaged
Shows changes in the working directory that are not yet staged
Try it
Result:
git_diff_staged
Shows changes that are staged for commit
Try it
Result:
git_diff
Shows differences between branches or commits
Try it
Result:
git_commit
Records changes to the repository
Try it
Result:
git_add
Adds file contents to the staging area
Try it
Result:
git_reset
Unstages all staged changes
Try it
Result:
git_log
Shows the commit logs
Try it
Result:
git_create_branch
Creates a new branch from an optional base branch
Try it
Result:
git_checkout
Switches branches
Try it
Result:
git_show
Shows the contents of a commit