Skip to content
Grok

git archaeologist for Grok

io.github.engrmaziz/git-archaeologist

Trace code history, commit reasoning, and PR context directly from Git logs.

client:Grok transport:stdio runtime:npm

Install git archaeologist in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "git-archaeologist": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "git-archaeologist-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 archaeologist in other clients