Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

git enhanced in other clients