Skip to content

git reflog archaeologist mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install git reflog archaeologist mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

git reflog archaeologist mcp in other clients