Skip to content
VS Code

git for VS Code

io.github.dave-london/git

Structured git operations (status, log, diff, branch, show) as typed JSON.

client:VS Code transport:stdio runtime:npm

Install git in VS Code

.vscode/mcp.json

{
  "servers": {
    "git": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/git"
      ]
    }
  }
}

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

git in other clients