Logseq
Summary
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.
Available Actions(12)
logseq.get_all_pages
Get a list of all pages in the Logseq graph.
logseq.get_page
Get a specific page by name.
logseq.create_page
Create a new page.
logseq.delete_page
Delete a page and all its blocks.
logseq.get_page_blocks
Get all blocks from a specific page.
logseq.get_block
Get a specific block by ID.
logseq.create_block
Create a new block on a page.
logseq.insert_block
Insert a block as a child of another block.
logseq.update_block
Update an existing block.
logseq.move_block
Move a block to a different location.
logseq.remove_block
Remove a block and all its children.
logseq.search_blocks
Search for blocks matching a query.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요