git-commands-mcp

git-commands-mcp

0

MCP Git Repo Browser is a Node.js-based tool that provides an MCP server for browsing and interacting with Git repositories. It offers operations for managing repository structures, branches, commits, and local changes, and supports integration with Git clients through the Model Context Protocol.

git_directory_structure

Returns the ASCII tree representation of the repository directory structure

git_read_files

Read and return the contents of the specified file

git_search_code

Search for specified schema in repository code

git_branch_diff

Compare two branches and show file differences

git_commit_history

Get the commit history of the branch

git_commits_details

Get details of the submission

git_local_changes

Get uncommitted changes in the working directory