logseq-mcp-server
Verified Safeby eborden
Overview
Provides an AI-accessible interface for a LogSeq knowledge graph, enabling LLMs to traverse the graph, track concepts over time, and build comprehensive context through specialized tools.
Installation
logseq-mcpEnvironment Variables
- authToken
Security Notes
The server constructs Datalog queries by directly embedding user-provided input (e.g., page names, topic names) into the query string. While inputs are lowercased, this pattern is generally susceptible to Datalog injection if a malicious actor (e.g., a compromised LLM or a user manipulating tool arguments) can craft specific inputs. However, the server is designed to run locally, accessing a user's local LogSeq instance, which significantly limits the impact of such a vulnerability to the user's own data.
Similar Servers
roam-research-mcp
Manages a Roam Research knowledge graph via CLI and exposes its functionalities as tools for AI agents (like Claude) to read, write, and organize notes.
logseq-mcp-tools
Provides AI assistants structured access to a Logseq knowledge graph for retrieval, summarization, analysis, and modification.
claude-conversation-memory-mcp
Provides long-term memory for AI coding agents by indexing conversation history, tracking decisions and mistakes, and enabling semantic search across projects.
personal-kg-mcp
A personal knowledge graph system for developers to automatically capture decisions, progress, insights, and questions within multi-agent workflows, preserving context and reasoning.