Git
Read, search, and analyze local Git repositories.
The Git reference skill lets an assistant work with repositories on your machine: log, diff, blame, branch state. Useful for "what changed here since Monday?" without pushing anything anywhere. Requires the Python tool "uv".
Install Git
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git"
]
}
}
}FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like Git are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →Related skills
Issues, pull requests, and code from your GitHub account.
Up-to-date documentation for any library, on demand.
Structured step-by-step reasoning for complex problems.
Lets your assistant open and operate a real web browser.