Developer Tools
Git MCP
Git MCP exposes repository status, diffs, log history, and content search to assistants without requiring remote hosting APIs. Ideal for local coding agents that need grounded VCS awareness.
Stars
88.4k
Installs
320.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 88.4k · catalog
- Freshness: Updated 2026-07-10
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
Reference command
{
"mcpServers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"<path-to-git-repo>"
]
}
}
}