Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
THOTH_DATA_DIRNoData directory for SQLite database~/.thoth
THOTH_HTTP_PORTNoHTTP REST API port7438
THOTH_HYDE_MODELNoHyDE generation model idonnx-community/Qwen2.5-Coder-0.5B-Instruct
THOTH_HYDE_ENABLEDNoEnable HyDE dual-input semantic query expansiontrue
THOTH_KG_LLM_MODELNoKG LLM model idonnx-community/Qwen2.5-Coder-0.5B-Instruct
THOTH_HTTP_DISABLEDNoDisable HTTP REST API bridgefalse
THOTH_HYDE_BASE_URLNoOptional HyDE provider base URLunset
THOTH_HYDE_PROVIDERNoHyDE generation provider (transformers_local, ollama, lmstudio)transformers_local
THOTH_KG_LLM_ENABLEDNoEnable optional LLM KG enrichment for long observationsfalse
THOTH_PREVIEW_LENGTHNoSearch result preview length300
THOTH_EMBEDDING_MODELNoEmbedding model idnomic-ai/nomic-embed-text-v1.5
THOTH_HYDE_TIMEOUT_MSNoHyDE timeout before raw-query-only fallback4000
THOTH_KG_LLM_BASE_URLNoKG LLM provider base URL for remote providersunset
THOTH_KG_LLM_PROVIDERNoKG LLM provider (transformers_local, ollama, lmstudio)transformers_local
THOTH_KG_LLM_TIMEOUT_MSNoKG LLM timeout before deterministic-only fallback8000
THOTH_EMBEDDING_BASE_URLNoBase URL for remote/local API providersprovider-specific
THOTH_EMBEDDING_PROVIDERNoEmbedding provider (transformers_local, ollama, lmstudio)transformers_local
THOTH_MAX_CONTENT_LENGTHNoMax content length (warns, never truncates)100000
THOTH_MAX_SEARCH_RESULTSNoMax search results returned20
THOTH_MAX_CONTEXT_RESULTSNoMax observations in context response20
THOTH_EMBEDDING_DIMENSIONSNoOptional embedding dimensions overrideinferred for known models
THOTH_DEDUPE_WINDOW_MINUTESNoRolling deduplication window15
THOTH_KG_LLM_MIN_CONTENT_CHARSNoMinimum observation size that triggers LLM enrichment12000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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