Skip to content
Grok

pare git for Grok

io.github.dave-london/pare-git

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

client:Grok transport:stdio runtime:npm

Install pare git in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pare git in other clients