Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EXOMEM_MODENoHard-pin resource mode: `quiet`, `normal`, or `performance`. Env wins over config.
EXOMEM_DEVICENoForce all torch models to `cuda`, `mps`, or `cpu`. Normally leave unset and use `exomem mode`.
EXOMEM_BASE_URLNoBase URL for the MCP server, if using a remote service.
EXOMEM_MPS_FP16NoOn Apple Silicon, run bge/CLIP in fp16 on the Metal GPU — ~half the memory, faster encodes (default on; set `0` to keep fp32).
EXOMEM_AUTO_QUIETNo`1` enables optional non-torch GPU-pressure auto-quiet switching (default off).
EXOMEM_KB_DIRNAMENoName of the governed folder inside the vault (default `Knowledge Base`).
EXOMEM_QUIET_MODENoLegacy truthy alias for `quiet` when `EXOMEM_MODE` is unset.
EXOMEM_VAULT_PATHYesVault root containing the governed folder (default `Knowledge Base/`).
EXOMEM_ASR_BACKENDNoASR engine: `mlx` (Apple Silicon Metal GPU, needs the `media-mlx` extra) or `faster-whisper` (CUDA/CPU). Default auto-selects MLX on Apple Silicon, else faster-whisper.
EXOMEM_DISABLE_CLIPNo`1` disables CLIP image search.
EXOMEM_REST_API_KEYNoEnables authenticated REST routes.
EXOMEM_TORCH_DEVICENoForce all torch models to `cuda`, `mps`, or `cpu`. Normally leave unset and use `exomem mode`.
EXOMEM_DISABLE_TIER2No`1` hides Tier-2 filesystem tools.
EXOMEM_TESSERACT_CMDNoPath to the `tesseract` binary if not auto-discovered.
EXOMEM_WHISPER_MODELNofaster-whisper model size for ASR, such as `base` or `small`.
EXOMEM_MLX_WHISPER_MODELNoHF repo for the MLX ASR model (default `mlx-community/whisper-large-v3-mlx`; use `mlx-community/whisper-large-v3-turbo` for speed).
EXOMEM_SEMANTIC_SEGMENTSNoSet to enable timed transcripts + semantic segment retrieval for audio/video (default off).
EXOMEM_DISABLE_EMBEDDINGSNo`1` forces keyword/BM25-only search.
EXOMEM_VIDEO_SCENE_FRAMESNoSet to enable video scene detection + persisted, OCR'd scene-frame JPEGs (default off).
EXOMEM_VIDEO_SCENE_MIN_SECSNoMinimum scene duration in seconds; closer boundaries merge (default 4).
EXOMEM_VIDEO_SCENE_THRESHOLDNoScene-boundary hash threshold in bits of 64 (default 10).
EXOMEM_DISABLE_MEDIA_EXTRACTIONNo`1` skips server-side OCR/ASR/PDF/Office extraction.

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/Artexis10/exomem'

If you have feedback or need assistance with the MCP directory API, please join our Discord server