Logseq MCP Tools
未认领mcp server for logseq graph
安装
npx -y @smithery/cli install @joelhooks/logseq-mcp-tools --client claude工具(27 个)
advanced
(Optional) Use advanced analysis features
analyzeGraph
Performs a comprehensive analysis of your knowledge graph.
analyzeJournalPatterns
Analyzes patterns in your journal entries over time.
content
(Optional) Initial content for the page
createPage
Creates a new page in your Logseq graph.
dateRange
Natural language date range like "today", "this week", "last month", "this year", etc.
daysThreshold
(Optional) Number of days to look back for "recent" content (default: 30)
findKnowledgeGaps
Analyzes your knowledge graph to identify potential gaps and areas for improvement.
focusArea
(Optional) Topic or area to focus suggestions around
getAllPages
Retrieves a list of all pages in your Logseq graph.
getBacklinks
Finds all pages that reference a specific page.
getJournalSummary
Generates a summary of journal entries for a specified date range.
getPage
Gets the content of a specific page.
includeMood
(Optional) Analyze mood patterns if present (default: true)
includeOrphans
(Optional) Include orphaned pages in analysis (default: true)
includeQuery
(Optional) Include the generated Datalog query in results
includeTopics
(Optional) Analyze topic patterns (default: true)
maxSuggestions
(Optional) Maximum number of suggestions to return (default: 10)
minConfidence
(Optional) Minimum confidence score for suggestions (0-1, default: 0.6)
minReferenceCount
(Optional) Minimum references to consider (default: 3)
pageName
The name of the page to retrieve
query
Search query to filter pages by name
request
Natural language description of what you want to find
searchPages
Searches for pages by name.
smartQuery
Executes natural language queries using Logseq's DataScript capabilities.
suggestConnections
Uses AI to analyze your graph and suggest interesting connections.
timeframe
(Optional) Time period to analyze (e.g., "last 30 days", "this year")