Logseq MCP Server
@calvincchan
关于 Logseq MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Logseq MCP Server?
The Logseq MCP Server is a server-side application designed for local use with the Model Context Protocol (MCP). It communicates via the standard input/output (stdio) MCP transport and provides backend support for Logseq-related operations, built with Node.js and ES modules.
How to use Logseq MCP Server?
Clone the repository, install dependencies with npm install, create a .env file with a LOGSEQ_API_TOKEN variable, then start in development mode using npm run dev.
Key features of Logseq MCP Server
- Integrates with the Model Context Protocol (MCP) via
@modelcontextprotocol/sdk. - Communicates over standard input/output (stdio) MCP transport.
- Supports REST API calls using
axios. - Manages environment variables with
dotenv. - Provides logging capabilities via
winston. - Requires Node.js v22 or higher.
Use cases of Logseq MCP Server
—
FAQ from Logseq MCP Server
What runtime does Logseq MCP Server require?
Node.js v22 or higher.
How does Logseq MCP Server communicate with MCP clients?
It uses the standard input/output (stdio) MCP transport.
Does Logseq MCP Server require authentication or configuration?
Yes, it requires a LOGSEQ_API_TOKEN environment variable, which can be set in a .env file.
Is Logseq MCP Server intended for local use only?
Yes, the overview states it is designed for local use.
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
评论