Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| BACKUP_DIR | No | Directory for storing backups | ./backups |
| NOTION_API_KEY | Yes | Your Notion API key from your Notion integrations | |
| MAX_BLOCK_DEPTH | No | Maximum depth for block retrieval | 3 |
| MAX_BACKUPS_PER_PAGE | No | Maximum number of backups to keep per page | 5 |
| BACKUP_RETENTION_DAYS | No | Number of days to retain backups | 30 |
| UPDATE_POLLING_INTERVAL | No | Interval in milliseconds for polling updates | 60000 |
| REQUIRE_CONFIRMATION_FOR_CREATE | No | Require confirmation before creating content | true |
| REQUIRE_CONFIRMATION_FOR_DELETE | No | Require confirmation before deleting content | true |
| REQUIRE_CONFIRMATION_FOR_UPDATE | No | Require confirmation before updating content | true |
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 |
|---|---|
No tools | |