calvincchan/logseq-mcp-server
If you are the rightful owner of logseq-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Logseq MCP Server is a server-side application designed for local use with the Model Context Protocol (MCP) using the @modelcontextprotocol/sdk.
The Logseq MCP Server is a backend application that facilitates communication with Logseq through the Model Context Protocol (MCP). It utilizes the @modelcontextprotocol/sdk for MCP integration and communicates via standard input/output (stdio) MCP transport. The server is built using modern JavaScript features with ES modules, providing robust support for Logseq-related operations. It includes REST API support through axios, environment variable management with dotenv, and logging capabilities powered by winston. The server is designed for local use and requires Node.js version 22 or higher.
Features
- Integration with the Model Context Protocol (MCP) via @modelcontextprotocol/sdk.
- REST API support using axios.
- Environment variable management with dotenv.
- Logging capabilities powered by winston.
Usages
usage with stdio
javascript mcp.run(transport='stdio') // Tools defined via @mcp.tool() decorator
usage with nodejs
zsh npm run dev