git
4.3
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