MCP LogSeq Server logo

MCP LogSeq Server

by MCP-Mirror

MCP server to interact with LogSeq via its API. It provides tools to manage graphs, pages, and content within LogSeq.

View on GitHub

Last updated: N/A

What is MCP LogSeq Server?

This is an MCP (Model Context Protocol) server designed to facilitate interaction with LogSeq, a knowledge management and note-taking application, through its API. It provides a set of tools for managing LogSeq graphs, pages, and content.

How to use MCP LogSeq Server?

To use this server, you need to configure it with your LogSeq API token and URL. This can be done either by adding the configuration to the server config file or by creating a .env file in the working directory. Once configured, you can use the provided tools to interact with LogSeq, such as listing graphs, pages, getting page content, searching, creating, updating, and deleting pages. The server is designed to be used with tools like Claude, where you can instruct it to use LogSeq and then call the appropriate tools.

Key features of MCP LogSeq Server

  • List graphs

  • List pages

  • Get page content

  • Search content

  • Create page

  • Update page

  • Delete page

Use cases of MCP LogSeq Server

  • Summarizing meeting notes

  • Searching for project mentions

  • Creating new meeting notes pages

  • Updating project status pages

FAQ from MCP LogSeq Server

How do I configure the LogSeq API?

You can configure the LogSeq API by either adding the API token and URL to the server config file or by creating a .env file in the working directory.

What tools are available?

The server provides tools to list graphs, list pages, get page content, search content, create pages, update pages, and delete pages.

Can I use this with Claude?

Yes, this server is designed to be used with tools like Claude. You can instruct Claude to use LogSeq and then call the appropriate tools.

How do I debug the server?

Debugging can be challenging due to the stdio nature of MCP servers. It is recommended to use the MCP Inspector for the best debugging experience.

Where can I find the MCP Inspector?

The MCP Inspector can be found at https://github.com/modelcontextprotocol/inspector.