Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PERSONAL_INFO_DATA_DIR | No | Directory path where personal information data is stored | ./data |
| PERSONAL_INFO_BACKUP_DIR | No | Directory path where backups are stored | ./backups |
| PERSONAL_INFO_MAX_FILE_SIZE | No | Maximum file size in bytes (default 1MB) | 1048576 |
| PERSONAL_INFO_BACKUP_ENABLED | No | Enable automatic backups before data modifications | true |
| PERSONAL_INFO_ENCRYPTION_KEY | No | Encryption key for AES-256 encryption (optional, used when encryption is enabled) | |
| PERSONAL_INFO_ENCRYPTION_ENABLED | No | Enable AES-256 encryption for sensitive data | false |
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 | |