Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode (e.g., 'production', 'development') | |
| LOG_LEVEL | No | Logging level (e.g., 'error', 'info', 'debug'). Default is 'error' in production or when NODE_ENV is unset; 'info' in development | |
| LOGSEQ_API_URL | Yes | The URL of the Logseq HTTP API server | http://127.0.0.1:12315 |
| LOGSEQ_TIMEOUT | No | Request timeout in milliseconds | 30000 |
| LOGSEQ_API_TOKEN | Yes | Your Logseq API token (generated in Logseq: Settings → Features → HTTP APIs server → API → Authorization tokens → Add new token) | |
| LOGSEQ_MAX_RETRIES | No | Maximum number of retry attempts for failed requests | 5 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |