directus-safe-mcp
by asukakimya
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | pino log level | info |
| DIRECTUS_URL | Yes | Directus instance URL'i | |
| MCP_BIND_HOST | No | Network interface (127.0.0.1 = local-only) | 0.0.0.0 |
| MCP_HTTP_PORT | No | Streamable HTTP port | 3333 |
| MCP_TRANSPORT | No | streamable-http, http (alias), veya stdio | streamable-http |
| DIRECTUS_TOKEN | Yes | Directus access token (RBAC'ye tabi) | |
| MCP_AUTH_TOKEN | Yes | Bearer token; constant-time compare | |
| READ_MAX_LIMIT | No | Read maksimum limit (clamp) | 500 |
| MCP_REQUIRE_AUTH | No | HTTP transport'ta Bearer auth zorunlu mu | true |
| MCP_ALLOWED_HOSTS | No | Virgülle ayrılmış Host allowlist. Port-tolerant: mcp.example.com allowlist'i hem mcp.example.com hem mcp.example.com:3333 Host header'larını kabul eder. | |
| MCP_ENDPOINT_PATH | No | MCP HTTP endpoint path. /healthz her zaman açık. | /mcp |
| READ_DEFAULT_LIMIT | No | Read default limit | 50 |
| MCP_ALLOWED_ORIGINS | No | Virgülle ayrılmış Origin allowlist (DNS rebinding koruması) | |
| ALLOW_WILDCARD_FIELDS | No | fields: ["*"] izni | false |
| DIRECTUS_ALLOW_DELETE | No | Delete tool'larını açar | false |
| MUTATION_MAX_BATCH_SIZE | No | Batch limit | 100 |
| MUTATION_REQUIRE_VERIFY | No | Update'lerde verify zorunlu; update_items_same_data reddedilir | true |
| VERIFY_CASE_INSENSITIVE | No | Verify string compare modu | false |
| MUTATION_DRY_RUN_DEFAULT | No | dry-run default | true |
| SCHEMA_CACHE_TTL_SECONDS | No | Schema cache TTL | 300 |
| DIRECTUS_ALLOW_SCHEMA_WRITE | No | (rezerve) | false |
| DIRECTUS_ALLOWED_COLLECTIONS | No | Virgülle ayrılmış allowlist | |
| DIRECTUS_DENIED_COLLECTION_PREFIXES | No | Yasaklı prefix'ler | directus_ |
Capabilities
Server capabilities have not been inspected yet.
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 | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asukakimya/directus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server