git-mcp-server

git-mcp-server

3.6

If you are the rightful owner of git-mcp-server 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.

An MCP server providing tools to interact with Git repositories, enabling LLMs and AI agents to perform Git operations via the MCP standard.

仓库操作工具

`git_init`, `git_clone`, `git_status`

分支操作工具

`git_branch_list`, `git_branch_create`, `git_checkout`, `git_branch_delete`, `git_merge`

工作目录操作工具

`git_add`, `git_reset`, `git_commit`, `git_diff_unstaged`, `git_diff_staged`, `git_reset_commit`, `git_clean`

远程操作工具

`git_remote_add`, `git_remote_list`, `git_fetch`, `git_pull`, `git_push`

高级操作工具

`git_tag_create`, `git_tag_list`, `git_stash_create`, `git_stash_list`, `git_stash_apply`, `git_stash_pop`, `git_cherry_pick`, `git_rebase`, `git_log`, `git_show`