Developer logbook MCP server. Notes, TODOs, reminders, code TODOs over an Obsidian vault. 5 consolidated MCP tools + native CLI. Auto-wikilinks, layered config, Orama search. Works with Claude, Cursor…
| Tool name | Description | Destructive? |
|---|---|---|
| logbook_query | ✓ no | |
| logbook_note | ✓ no | |
| logbook_todo | ✓ no | |
| logbook_entry | ✓ no | |
| logbook_setup | ✓ no |
| logbook_inbox | ✓ no | |
| logbook_tags | ✓ no | |
| logbook_reminders | ✓ no | |
| logbook_topics | ✓ no | |
| logbook_review | ✓ no |
{
"mcpServers": {
"cocaxcodelogbook": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/logbook-mcp"
]
}
}
}