Browse and interact with Git repositories through a standardized protocol interface. Perform repository structure inspection, file reading, code searching, branch comparisons, and commit history retrieval seamlessly. Enhance your development workflow by integrating Git operations into your MCP-enabled applications.
Tools
git_directory_structure
Clone a Git repository and return its directory structure in a tree format.
git_read_files
Read the contents of specified files in a given git repository.
git_branch_diff
Compare two branches and show files changed between them.
git_checkout_branch
Create and/or checkout a branch.
git_delete_branch
Delete a branch from the repository.
git_merge_branch
Merge a source branch into the current or target branch.
View 21 more tools