Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATA_DIRNoWhere the DB and logs live. Default: ~/enhx-memory
LOG_LEVELNoLog level: DEBUG, INFO, WARNING, ERROR. Default: INFO
DB_FILENAMENoDatabase filename. Default: enhx_memory.db
DEDUP_POLICYNoDedup policy: reject, merge, warn, off. Default: reject
INITIAL_CLIENTNoClient name recorded on the auto-opened session. Default: auto
DEDUP_THRESHOLDNoJaccard similarity cutoff for near-duplicates. Default: 0.8
AUTO_RECALL_LIMITNoMax memories attached per tool call. Default: 5
ENABLE_AUTO_INGESTNoPersist user prompts as memories (auto-debounced). Default: true
ENABLE_AUTO_RECALLNoAttach auto_recalled to every project-scoped tool result. Default: true
ENABLE_AUTO_CLEANUPNoRun the cleanup scheduler. Default: true
ENABLE_AUTO_SESSIONNoOpen a session at boot against cwd or INITIAL_PROJECT_PATH. Default: true
INITIAL_PROJECT_NAMENoForce a specific project name when auto-sessions boot. Default: none
INITIAL_PROJECT_PATHNoForce a specific project root path when auto-sessions boot. Default: cwd
AUTO_RECALL_MIN_SCORENoMinimum score for non-pinned recall hits. Default: 0
AUTO_INGEST_MIN_LENGTHNoMinimum text length to ingest. Default: 20
CLEANUP_INTERVAL_HOURSNoCleanup cycle period. Default: 24
SOFT_DELETE_GRACE_DAYSNoDays to keep soft-deleted rows before purging. Default: 7
AUTO_DETECT_CONVENTIONSNoDetect project conventions on start_session. Default: true
AUTO_INGEST_DEBOUNCE_SECONDSNoDebounce window per content hash. Default: 30

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/cbuntingde/enhx-memory'

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