Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SYSTEM_PROMPT | No | Custom system prompt to replace the default system prompt | |
| MCP_SYSTEM_PROMPT_ENABLED | No | Whether to enable the system prompt or not | true |
| DIRECTUS_PROMPTS_COLLECTION | No | The name of the collection containing prompts | |
| DIRECTUS_PROMPTS_NAME_FIELD | No | Field name for the prompt name | name |
| DIRECTUS_PROMPTS_MESSAGES_FIELD | No | Field name for the messages array | messages |
| DIRECTUS_PROMPTS_DESCRIPTION_FIELD | No | Field name for the prompt description | description |
| DIRECTUS_PROMPTS_COLLECTION_ENABLED | No | Set to "true" to enable prompt functionality | false |
| DIRECTUS_PROMPTS_SYSTEM_PROMPT_FIELD | No | Field name for the system prompt text | system_prompt |
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 | |