Git MCP
development tools
claude desktop
cursor
windsurf
Git repository operations. Commit, branch, merge, and manage version control.
By alex_dev
12/8/2025
Installation
npm install -g @modelcontextprotocol/server-git
Add to your MCP settings:
{
"mcpServers": {
"git": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-git", "/path/to/repo"]
}
}
}
Tags
git
version-control
repository