Skip to content

Logbook

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y @cocaxcode/logbook-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "logbook": {
      "command": "npx",
      "args": ["-y", "@cocaxcode/logbook-mcp"]
    }
  }
}