logbook for Cursor
io.github.promptwheel-ai/logbook
Local Git-history memory for coding agents: reverts, suppressions, hotspots, and annotations.
client:Cursor
transport:stdio
runtime:npm
Install logbook in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"logbook": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@promptwheel/logbook-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs