Ujjawal-Rajput/git-mcp-server
3.1
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.
The Git MCP Server provides a robust interface for AI agents to interact with Git repositories using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
git_add
Stages specified files or patterns.
git_branch
Manages branches (list, create, delete, rename, show current).
git_checkout
Switches branches or restores working tree files.
git_cherry_pick
Applies changes introduced by existing commits.
git_clean
Removes untracked files. Requires force: true
.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client