jimsynz/logseq-mcp-server
If you are the rightful owner of logseq-mcp-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.
The LogSeq MCP Server is a Model Context Protocol server that integrates with LogSeq's HTTP API, allowing AI assistants to interact with your LogSeq knowledge graph.
Tools
Functions exposed to the LLM to take actions
list_pages
List all pages in your LogSeq graph
get_page
Get specific page information by name or UUID
get_page_content
Get page content formatted as markdown
create_page
Create new pages with optional properties
get_current_page
Get the currently active page
get_block
Get specific block by UUID
create_block
Insert new blocks with positioning options
update_block
Update the content of an existing block
get_current_block
Get the currently active block
search
Search across all pages using LogSeq's built-in search
datascript_query
Execute Datascript queries against the LogSeq database
get_current_graph
Get information about the current graph
get_user_configs
Get user configuration settings
get_state_from_store
Get application state values
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client