Skip to content
VS Code

git reflog archaeologist mcp for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install git reflog archaeologist mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

git reflog archaeologist mcp in other clients