logbook-mcp

sailingnaturali/logbook-mcp
★ 0 stars Python Communication Updated 3d ago
MCP server over signalk-logbook: marked moments, day reads, and (future) USCG/TC sea-time export
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "logbook-mcp": {
      "command": "uvx",
      "args": [
        "logbook-mcp"
      ]
    }
  }
}

Or install with pip: pip install logbook-mcp