Logseq MCP Tools provides a set of tools that enable AI agents to interact with local Logseq knowledge graphs through the Model Context Protocol. Developed by apw124, this implementation offers comprehensive functionality for managing pages and blocks in Logseq, including creating, updating, and searching content. The server communicates with Logseq's API to perform operations like retrieving journal entries, managing hierarchical block structures, and executing complex searches. It's particularly useful for AI assistants that need to capture notes, organize information, or retrieve knowledge from a user's personal Logseq database without requiring direct access to the application.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get a list of all pages in the Logseq graph.
Get a specific page by name.
Create a new page.
Delete a page and all its blocks.
Get all blocks from a specific page.
Get a specific block by ID.
Create a new block on a page.
Insert a block as a child of another block.
Update an existing block.
Move a block to a different location.
Remove a block and all its children.
Search for blocks matching a query.