Developer logbook as an MCP server. Notes, TODOs, reminders, and code TODOs — all queryable with natural language. SQLite-powered, zero config, zero AI costs. Auto-detects your project, supports recurring reminders, full-text search (FTS5), and batch operations.
Server Config
{
"mcpServers": {
"logbook-mcp": {
"command": "npx",
"args": [
"@cocaxcode/logbook-mcp@latest",
"--mcp"
]
}
}
}