Back to directory
dailydaniel/logseq-mcp

dailydaniel/logseq-mcp

@dailydaniel

Simple Logseq MCP server - gives LLM configurable, safety-scoped access to a Logseq graph (query, search, read, write in agent namespace)

logseqknowledge-graphnote-takingpythonfastmcptool

Installation & Configuration

{
  "mcpServers": {
    "logseq": {
      "command": "uvx",
      "args": [
        "mcp-server-logseq"
      ],
      "env": {
        "LOGSEQ_API_TOKEN": "<YOUR_TOKEN>",
        "LOGSEQ_API_URL": "http://127.0.0.1:12315"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/17
Updated
2026/6/17