RadarDev tools
Git
Dev tools · MCP Server
About Git
A reference server exposing git commands, status, diff, log, commit , so an assistant can inspect and manage version history directly.
Run git operations on a local repository.
CategoryDev tools
TypeMCP Server
SourceOfficial
WebsiteInstalling Git
A Python server. Needs uv installed (uvx ships with it).
Claude Code
claude mcp add git -- uvx mcp-server-git --repository /path/to/repo
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"/path/to/repo"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.