mcp-logseq-server

mcp-logseq-server

3.9

If you are the rightful owner of mcp-logseq-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@mcpreview.com.

MCP server to interact with LogSeq via its API.

The MCP server for LogSeq is designed to facilitate interaction with the LogSeq application through its API. This server provides a structured way to manage and manipulate data within LogSeq, allowing users to list, create, update, and delete pages, as well as search for content across all pages. By leveraging the Model Context Protocol (MCP), the server ensures seamless communication between the user and LogSeq, enabling efficient data handling and retrieval. The server is equipped with various tools that cater to different functionalities, making it a versatile solution for users who rely on LogSeq for their note-taking and project management needs. Configuration of the server can be done through environment variables or server configuration files, providing flexibility in setup. Additionally, the server supports debugging through the MCP Inspector, enhancing the development and troubleshooting process.

Features

  • Lists all available graphs and pages within LogSeq.
  • Allows creation, updating, and deletion of pages.
  • Enables content search across all pages.
  • Supports configuration via environment variables or server config.
  • Facilitates debugging with MCP Inspector.

Tools

  • list_graphs: List all available graphs
  • list_pages: List all pages in the current image
  • get_page_content: Return to the content of a single page
  • search: Search for content in all pages
  • create_page: Create a new page
  • update_page: Update the content of an existing page
  • delete_page: Delete a page