Skip to content
Cursor

logbook mcp for Cursor

io.github.cocaxcode/logbook-mcp

Developer logbook MCP server. Notes, TODOs, standups, decisions, debug sessions, reminders.

client:Cursor transport:stdio runtime:npm

Install logbook mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "logbook-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/logbook-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

logbook mcp in other clients