MCP LogSeq Server logo

MCP LogSeq Server

by ergut

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

View on GitHub

Last updated: N/A

What is MCP LogSeq Server?

This is an MCP (Model Context Protocol) server that allows interaction with LogSeq, a knowledge management and note-taking application, through its API.

How to use MCP LogSeq Server?

Configure the server with your LogSeq API token and URL, either through the server configuration or a .env file. Then, use the provided tools (list_graphs, list_pages, get_page_content, search, create_page, update_page, delete_page) by sending appropriate requests to the server. The example prompts provide guidance on how to instruct a language model like Claude to utilize the server's tools.

Key features of MCP LogSeq Server

  • List available LogSeq graphs

  • List pages in a graph

  • Retrieve content of a specific page

  • Search content across all pages

  • Create new pages

  • Update existing pages

  • Delete pages

Use cases of MCP LogSeq Server

  • Summarizing meeting notes

  • Searching for project-related information across pages

  • Creating new meeting notes pages

  • Updating project status pages

  • Automating LogSeq content management

FAQ from MCP LogSeq Server

How do I configure the LogSeq API?

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

What tools are available?

The server provides tools for listing graphs and pages, getting page content, searching, creating, updating, and deleting pages.

How can I debug the server?

Debugging MCP servers can be challenging. It's recommended to use the MCP Inspector for the best debugging experience.

What is MCP Inspector?

MCP Inspector is a tool that helps debug MCP servers.

Where can I find more information about MCP Inspector?

You can find more information at https://github.com/modelcontextprotocol/inspector.