git enhanced for Claude Desktop
io.github.davidweb3-ctrl/git-enhanced
Enhanced Git MCP Server - Code review, commit analysis, and branch management
client:Claude Desktop
transport:stdio
runtime:npm
Install git enhanced in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"git-enhanced": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs