logseq-mcp-server
2.2
The logseq-mcp-server is a local server application that supports Logseq operations via the Model Context Protocol. It integrates with various modern JavaScript libraries to offer REST API support, environment management, and logging functionalities.
Overview
The logseq-mcp-server
is a server-side application tailored for running locally with the Model Context Protocol (MCP) through the @modelcontextprotocol/sdk
. It operates using stdio MCP transport, facilitating backend support for Logseq processes and utilizing modern JavaScript and ES modules.
Features
- MCP integration via
@modelcontextprotocol/sdk
- REST API support with
axios
- Environment management using
dotenv
- Logging with
winston
Prerequisites
- Requires Node.js v22 or higher
Installation
- Clone the repository and navigate to the project directory
- Install dependencies using npm
Usage
Start the server in development mode with live reloading
Dependencies
@modelcontextprotocol/sdk
axios
dotenv
winston
License
Licensed under the ISC License.