Install
uvx mcp-server-git --repository /path/to/repoTransports
Tools exposed
13
§ Add to your AI client
Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.
{
"mcpServers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"/path/to/repo"
]
}
}
}§ About
MCP server that wraps the Git CLI for an agent. Status, log, diff, branch, commit, and reset operations exposed as tools. Pairs naturally with the Filesystem and GitHub servers for a complete repo workflow.
§ Features
§ Use cases
§ Related MCP servers