ergut_mcp-logseq-server

ergut_mcp-logseq-server

3.1

If you are the rightful owner of ergut_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@mcphub.com.

MCP server to interact with LogSeq via its API.

The MCP server for LogSeq is designed to facilitate seamless interaction with LogSeq through its API. It provides a robust interface for managing and manipulating LogSeq data, allowing users to list, create, update, and delete pages within their LogSeq graphs. This server is particularly useful for automating tasks and integrating LogSeq functionalities into other applications or workflows. By leveraging the Model Context Protocol (MCP), the server ensures efficient communication and data handling, making it an essential tool for users who rely on LogSeq for knowledge management and note-taking.

Features

  • List all available graphs and pages within LogSeq.
  • Retrieve content from specific pages and perform searches across all pages.
  • Create, update, and delete pages within LogSeq.
  • Integrate seamlessly with LogSeq API for automated workflows.
  • Facilitate efficient data handling and communication through MCP.

Tools

  1. list_graphs

    Lists all available graphs.

  2. list_pages

    Lists all pages in the current graph.

  3. get_page_content

    Return the content of a single page.

  4. search

    Search for content across all pages.

  5. create_page

    Create a new page.

  6. update_page

    Update content of an existing page.

  7. delete_page

    Delete a page.