Skip to content

git reflog archaeologist mcp for Grok

io.github.mrfentmen/git-reflog-archaeologist-mcp

Aggregate local Git reflog and recovery signals without exposing repository content. Tools...

client:Grok transport:stdio runtime:npm

Install git reflog archaeologist mcp in Grok

.mcp.json (in your project root)

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