Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode (development/production) | |
| DIRECTUS_URL | Yes | Your Directus instance URL (e.g., http://localhost:8065) | |
| DIRECTUS_TOKEN | Yes | Static API token with appropriate permissions | |
| DIRECTUS_RESOURCES_ENABLED | No | Enable resources feature (true/false) | |
| DIRECTUS_PROMPTS_COLLECTION | No | Collection name for AI prompts | ai_prompts |
| DIRECTUS_RESOURCES_EXCLUDE_SYSTEM | No | Exclude system collections from resources (true/false) | |
| DIRECTUS_PROMPTS_COLLECTION_ENABLED | No | Enable AI prompts collection (true/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 | |