git archaeologist for Cursor
io.github.engrmaziz/git-archaeologist
Trace code history, commit reasoning, and PR context directly from Git logs.
client:Cursor
transport:stdio
runtime:npm
Install git archaeologist in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"git-archaeologist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"git-archaeologist-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs