ergut_mcp-logseq-server
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
list_graphs
Lists all available graphs.
list_pages
Lists all pages in the current graph.
get_page_content
Return the content of a single page.
search
Search for content across all pages.
create_page
Create a new page.
update_page
Update content of an existing page.
delete_page
Delete a page.