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
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_databasesD | – |
| searchD | – |
| find_relatedD | – |
| ask_databaseD | – |
| file_documentD | – |
| bulk_applyD | – |
| summarize_topicD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| weekly_review | Guida una review settimanale dei documenti DEVONthink recenti. |
| triage_inbox | Guida il triage dell'Inbox DEVONthink con file_document in dry-run. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| dt-databases | Open DEVONthink databases visible to the caller (consent-filtered). Deterministic, bounded, read-only. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/istefox/istefox-dt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server