logseq-mcp
Verified Safeby andrewtubman
Overview
Enables AI assistants to programmatically interact with a Logseq graph for reading, searching, and modifying content.
Installation
/path/to/logseq-mcp/bin/logseq-mcpEnvironment Variables
- LOGSEQ_API_TOKEN
Security Notes
The project securely handles API authentication via a Bearer token supplied as an environment variable, preventing hardcoded secrets. It acts as a client to the local Logseq API, not exposing additional network surfaces directly. No 'eval' or malicious patterns were found. The README includes an 'Early Build Warning' advising users to back up their graphs, which is a prudent general caution for early-stage software.
Similar Servers
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
obsidian-mcp-plugin
This plugin connects your Obsidian vault to AI assistants through MCP (Model Context Protocol), enabling them to understand and navigate your notes as a connected knowledge graph.
action_mcp
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
logseq-mcp-tools
Provides AI assistants structured access to a Logseq knowledge graph for retrieval, summarization, analysis, and modification.