Skip to content
VS Code

pare git for VS Code

io.github.dave-london/pare-git

Pare Git ג€” Structured git operations (status, log, diff, branch, commit, push) as typed JSON.

client:VS Code transport:stdio runtime:npm

Install pare git in VS Code

.vscode/mcp.json

{
  "servers": {
    "pare-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

pare git in other clients