Skip to content
VS Code

logbook for VS Code

io.github.promptwheel-ai/logbook

Local Git-history memory for coding agents: reverts, suppressions, hotspots, and annotations.

client:VS Code transport:stdio runtime:npm

Install logbook in VS Code

.vscode/mcp.json

{
  "servers": {
    "logbook": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@promptwheel/logbook-mcp"
      ]
    }
  }
}

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

logbook in other clients