Logbook
Freeby MCP Community
Developer logbook MCP server. Notes, TODOs, reminders, code TODOs with full-text search. SQLite or Obsidian mode. Zero config, auto-detects projects. Works with
v0.9.2Added Apr 12, 2026
mcpmcp-servermodel-context-protocollogbookdeveloper-tools
Logbook MCP Server
Developer logbook MCP server. Notes, TODOs, reminders, code TODOs with full-text search. SQLite or Obsidian mode. Zero config, auto-detects projects. Works with
Installation
Reviews
Installation
Quick install
npx -y @cocaxcode/logbook-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"logbook": {
"command": "npx",
"args": ["-y", "@cocaxcode/logbook-mcp"]
}
}
}