Skip to content
VS Code

mcp git enhanced for VS Code

io.github.davidweb3-ctrl/mcp-git-enhanced

Enhanced Git MCP Server - Code review, commit analysis, and branch management

client:VS Code transport:stdio runtime:npm

Install mcp git enhanced in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-git-enhanced": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@davidweb3-ctrl/mcp-git-enhanced"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp git enhanced in other clients