mcp-logseq-db

LoveSkylark/mcp-logseq-db
★ 0 stars Python Security Updated today
DB-native MCP server for Logseq 2.x
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": {
    "mcp-logseq-db": {
      "command": "uvx",
      "args": [
        "mcp-logseq-db"
      ]
    }
  }
}

Or install with pip: pip install mcp-logseq-db

README Excerpt

An MCP server for Logseq 2.x **DB** graphs. Reads and writes go through the authenticated `logseq.DB.*` HTTP API; nothing here touches file graphs. **This API returns success for calls that do nothing.** A wrong identifier type, a name where a UUID belongs, or an unsupported combination produces `null` or `{:block 1}` — indistinguishable from a successful write.

Tools (15)

LOGSEQ_API_CONNECT_TIMEOUTLOGSEQ_API_READ_TIMEOUTLOGSEQ_API_TOKENLOGSEQ_API_URLLOGSEQ_MAX_RESPONSE_BYTESLOGSEQ_PLUGIN_IDLOGSEQ_PROBE_WRITESLOGSEQ_READBACK_ATTEMPTSLOGSEQ_READBACK_DELAYLOGSEQ_READ_ATTEMPTSLOGSEQ_VERIFY_SSLLOGSEQ_WRITE_ENTITY_UUIDSLOGSEQ_WRITE_PROPERTY_PREFIXESLOGSEQ_WRITE_TITLE_PREFIXEScapabilities