Skip to content
Grok

git summary for Grok

io.github.yifanyifan897645/git-summary

Git repo intelligence: summaries, blame, changelogs, branch health, and history search

client:Grok transport:stdio runtime:npm

Install git summary in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "git-summary": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "git-summary-mcp"
      ]
    }
  }
}

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

git summary in other clients