Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by ruliana • Search & Retrieval
An MCP server to interact with Logseq for personal knowledge management.
Retrieve personal notes tagged with specific topics from Logseq.
Access and manipulate todo lists in a Logseq knowledge base.
Integrate with Logseq to enhance personal knowledge management practices.
The Logseq MCP server provides a custom command protocol for interacting with the Logseq knowledge management system. It allows users to retrieve personal notes and todo lists through specified commands. This server integrates with the Logseq HTTP API, facilitating the management and organization of personal knowledge data via programmatic access. Its primary function is to enhance how users interact with their digital knowledge base using AI assistants.
Get instructions on how to use the get_personal_notes tool. This will return instructions on how the user organizes their personal notes in Logseq. It will contain common tags (topics), what they mean, and the workflows the user uses to organize their notes.
Retrieve personal notes from Logseq. Use this to find relavant information about a specific topic or about user preferences. It will return all information that is tagged with the topics from the user's personal knowledge base. The information is returned in markdown format, each item in the list is a separate unit of information. Hierachical information is returned as a nested list. The returning markdown contains text in double square brackets, like this: `[[topic]]`. These are links to other topics, you can follow them to get more information. Try variations of the topic to find the most relevant information. Dates are expressed as: 1. today|yesterday|tomorrow|now 2. <number><unit> like 1d, 2w, 3m, 4y, 2h, 30min Args: topics: A list of topics to search for. Topics are case-insensitive. Topics are optional if there is a date range. from_date (optional): The start date to filter the notes. to_date (optional): The end date to filter the notes. Returns: A markdown formatted string containing the information with the given topics. Empty if no information is found.
Retrieve the todo list from Logseq. Use this to get a list of all the todos in the user's personal knowledge base. Dates are expressed as: 1. today|yesterday|tomorrow|now 2. <number><unit> like 1d, 2w, 3m, 4y, 2h, 30min Args: done: Whether to get the done todos or the todo todos. from_date (optional): The start date to filter the todos. to_date (optional): The end date to filter the todos. Returns: A markdown formatted string containing the todos.
Initial instructions on how to interact with this knowledge base. Before any other interaction, read this first.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.