Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DIRECTUS_URL | No | The URL of your Directus instance (e.g., https://your-directus-instance.com) | |
| MCP_TOOLSETS | No | A comma-separated list of toolsets to expose (e.g., collections,fields,relations,schema,content,flow,dashboards,all). Default is 'default' which includes collections, fields, relations, and content. | default |
| DIRECTUS_EMAIL | No | Email address for Directus authentication (Alternative to static token) | |
| DIRECTUS_TOKEN | No | Static token for Directus authentication (Recommended for production) | |
| DIRECTUS_PASSWORD | No | Password for Directus authentication (Alternative to static token) |
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 | |