MCP.so
登录

Logseq MCP Server

@calvincchan

关于 Logseq MCP Server

暂无概览

基本信息

分类

记忆与知识

运行时

node

传输方式

stdio

发布者

calvincchan

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器