istefox-dt-mcp
Officialby istefox
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ISTEFOX_RAG_MODEL | No | Override the embedding model (e.g. BAAI/bge-m3). Only used when RAG is enabled. | paraphrase-multilingual-MiniLM-L12-v2 |
| ISTEFOX_RAG_ENABLED | No | If truthy: enables the vector RAG provider. | false |
| ISTEFOX_PREVIEW_TTL_S | No | Override TTL in seconds for preview_token (default 5 minutes). Valid range: 1–3600. | 300 |
| ISTEFOX_WEBHOOK_TOKEN | No | Optional token for RAG webhook sync. | |
| ISTEFOX_FAST_LIST_DATABASES | No | If truthy (1/true/yes/on): list_databases skips computing record_count (returns null). Useful on large databases. | false |
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
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/istefox/istefox-dt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server