MCP server for LogSeq
by ergut
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOGSEQ_API_URL | No | The URL of the LogSeq API | http://localhost:12315 |
LOGSEQ_API_TOKEN | Yes | Your API token for LogSeq |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_page | Create a new page in LogSeq. |
list_pages | Lists all pages in a LogSeq graph. |