Developer Tools
Git MCP
Git operations through MCP — status, diff, commit, branch, stash, log. Turns your AI into a git-aware assistant that can review changes, create commits, and manage branches.
60% Pass ⚠️Free to Test 🆓Tested 📅
60% (3/5 tasks)View on GitHubby quanle96
README badge
[](https://mcpselect.com/servers/git-mcp/)
Benchmark results
Pass Rate60% (3/5 tasks)
60%(5 tasks)
Speed266ms p50266ms p50
Tested OnJun 8, 202615 tools found
| Metric | Value |
|---|---|
| Tools discovered | 15 tools found |
| Scope | Local only |
| Pricing | Free |
| Auth requirement | None. Free to test |
| Verdict | 60% pass rate on 5 tasks |
Install config
Claude Desktop (macOS)
{"mcpServers": {"git": {"command": "npx", "args": ["-y", "mcp-git@latest"]}}}Cursor
{"mcpServers": {"git": {"command": "npx", "args": ["-y", "mcp-git@latest"]}}}VS Code
// .vscode/mcp.json
{
"servers": {
"git": {
"command": "npx",
"args": ["-y", "mcp-git@latest"]
}
}
}Pros
- +Server starts successfully
- +Tools are discoverable
Cons
Best for
Code review, commit management, branch operations, diff analysis, stash management
Related servers in Developer Tools
Frequently asked questions
How do I install Git MCP?▼
Copy the config above into your AI assistant's MCP settings file:
- Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json - Cursor: Settings → MCP → Add Server
- VS Code:
.vscode/mcp.json
Does it require an API key?▼
No. Git MCP is free to test. No API key or signup required. We tested it independently.
How were these results measured?▼
We run each server through a standardized test harness that:
- Installs the server via
npxin a fresh environment - Discovers available tools using the MCP SDK
- Executes real tasks (navigate, click, screenshot, etc.)
- Validates outputs with semantic assertions (not string matching)
- Measures latency percentiles and pass rate
All test scripts are open source on GitHub.