Skip to content

git archaeologist for Zed

io.github.engrmaziz/git-archaeologist

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

client:Zed transport:stdio runtime:npm

Install git archaeologist in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "git-archaeologist": {
      "command": "npx",
      "args": [
        "-y",
        "git-archaeologist-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

git archaeologist in other clients