cocaxcode/logbook-mcp
MCP server — developer logbook. Notes, TODOs, and code TODOs without leaving your AI.
Platform-specific configuration:
{
"mcpServers": {
"logbook-mcp": {
"command": "npx",
"args": [
"-y",
"logbook-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <h1 align="center">@cocaxcode/logbook-mcp</h1> <p align="center"> <strong>Your developer logbook, always one sentence away.</strong><br/> Notes · TODOs · Reminders · Code scanning · Full-text search · Obsidian mode · Zero config </p> </p>
<p align="center"> <a href="https://www.npmjs.com/package/@cocaxcode/logbook-mcp"></a> <a href="https://www.npmjs.com/package/@cocaxcode/logbook-mcp"></a> <a href="https://opensource.org/licenses/MIT"></a> </p>
<p align="center"> <a href="#quick-overview">Overview</a> · <a href="#just-talk-to-it">Usage</a> · <a href="#installation">Installation</a> · <a href="#features">Features</a> · <a href="#tool-reference">Tool Reference</a> · <a href="#storage">Storage</a> · <a href="#architecture">Architecture</a> </p>
---
logbook-mcp is an MCP server that turns your AI assistant into a persistent developer logbook. Capture decisions, track TODOs, set reminders, scan code TODOs, and search everything with full-text search — without leaving your editor.
It auto-detects your git project, stores everything locally, and works with any MCP-compatible client: Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, Codex CLI, or Gemini CLI. All data stays on your machine — nothing is synced, nothing is tracked, nothing leaves your disk. Notes are scoped p
Loading reviews...