Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LTM_VAULT_PATHNoPath to Obsidian vault for long-term memory (optional)
MNEMEX_PL_ALPHANoPower-law alpha parameter (default: 1.1)1.1
MNEMEX_DECAY_BETANoSub-linear use count weighting (default: 0.6)0.6
MNEMEX_DECAY_MODELNoDecay model: power_law, exponential, or two_component (default: power_law)power_law
MNEMEX_DECAY_LAMBDANoExponential decay constant (default: 2.673e-6)2.673e-6
MNEMEX_STORAGE_PATHNoPath to JSONL storage directory (default: ~/.config/mnemex/jsonl)~/.config/mnemex/jsonl
MNEMEX_AUTO_REINFORCENoAuto-reinforce on memory usage (default: true)true
MNEMEX_FORGET_THRESHOLDNoScore threshold below which memories are forgotten (default: 0.05)0.05
MNEMEX_PL_HALFLIFE_DAYSNoPower-law half-life in days (default: 3.0)3.0
MNEMEX_PROMOTE_THRESHOLDNoScore threshold above which memories are promoted to LTM (default: 0.65)0.65
MNEMEX_PROMOTE_USE_COUNTNoNumber of uses within time window to force promotion (default: 5)5
MNEMEX_REVIEW_BLEND_RATIONoRatio of review candidates in search results (default: 0.3)0.3
MNEMEX_PROMOTE_TIME_WINDOWNoTime window in days for promotion use count (default: 14)14
MNEMEX_REVIEW_DANGER_ZONE_MAXNoUpper bound of danger zone for spaced repetition (default: 0.35)0.35
MNEMEX_REVIEW_DANGER_ZONE_MINNoLower bound of danger zone for spaced repetition (default: 0.15)0.15

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/fastmcp-me/mnemex'

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