Thoth-Mem
by EremesNG
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| THOTH_DATA_DIR | No | Data directory for SQLite database | ~/.thoth |
| THOTH_HTTP_PORT | No | HTTP REST API port | 7438 |
| THOTH_HYDE_MODEL | No | HyDE generation model id | onnx-community/Qwen2.5-Coder-0.5B-Instruct |
| THOTH_HYDE_ENABLED | No | Enable HyDE dual-input semantic query expansion | true |
| THOTH_KG_LLM_MODEL | No | KG LLM model id | onnx-community/Qwen2.5-Coder-0.5B-Instruct |
| THOTH_HTTP_DISABLED | No | Disable HTTP REST API bridge | false |
| THOTH_HYDE_BASE_URL | No | Optional HyDE provider base URL | unset |
| THOTH_HYDE_PROVIDER | No | HyDE generation provider (transformers_local, ollama, lmstudio) | transformers_local |
| THOTH_KG_LLM_ENABLED | No | Enable optional LLM KG enrichment for long observations | false |
| THOTH_PREVIEW_LENGTH | No | Search result preview length | 300 |
| THOTH_EMBEDDING_MODEL | No | Embedding model id | nomic-ai/nomic-embed-text-v1.5 |
| THOTH_HYDE_TIMEOUT_MS | No | HyDE timeout before raw-query-only fallback | 4000 |
| THOTH_KG_LLM_BASE_URL | No | KG LLM provider base URL for remote providers | unset |
| THOTH_KG_LLM_PROVIDER | No | KG LLM provider (transformers_local, ollama, lmstudio) | transformers_local |
| THOTH_KG_LLM_TIMEOUT_MS | No | KG LLM timeout before deterministic-only fallback | 8000 |
| THOTH_EMBEDDING_BASE_URL | No | Base URL for remote/local API providers | provider-specific |
| THOTH_EMBEDDING_PROVIDER | No | Embedding provider (transformers_local, ollama, lmstudio) | transformers_local |
| THOTH_MAX_CONTENT_LENGTH | No | Max content length (warns, never truncates) | 100000 |
| THOTH_MAX_SEARCH_RESULTS | No | Max search results returned | 20 |
| THOTH_MAX_CONTEXT_RESULTS | No | Max observations in context response | 20 |
| THOTH_EMBEDDING_DIMENSIONS | No | Optional embedding dimensions override | inferred for known models |
| THOTH_DEDUPE_WINDOW_MINUTES | No | Rolling deduplication window | 15 |
| THOTH_KG_LLM_MIN_CONTENT_CHARS | No | Minimum observation size that triggers LLM enrichment | 12000 |
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/EremesNG/thoth-mem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server