logbook for Zed
io.github.promptwheel-ai/logbook
Local Git-history memory for coding agents: reverts, suppressions, hotspots, and annotations.
client:Zed
transport:stdio
runtime:npm
Install logbook in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"logbook": {
"command": "npx",
"args": [
"-y",
"@promptwheel/logbook-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs