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
MNEMEX_DECAY_BETANoSub-linear use count weighting. Default: 0.6
MNEMEX_DECAY_MODELNoDecay model: power_law, exponential, or two_component. Default: power_law
MNEMEX_DECAY_LAMBDANoDecay constant lambda. Default: 2.673e-6
MNEMEX_STORAGE_PATHNoPath to JSONL storage directory. Default: ~/.config/cortexgraph/jsonl
MNEMEX_AUTO_REINFORCENoAuto-reinforce on observe. Default: true
MNEMEX_FORGET_THRESHOLDNoScore threshold for forgetting. Default: 0.05
MNEMEX_PL_HALFLIFE_DAYSNoPower-law half-life in days. Default: 3.0
MNEMEX_PROMOTE_THRESHOLDNoScore threshold for promotion. Default: 0.65
MNEMEX_PROMOTE_USE_COUNTNoMinimum use count for promotion. Default: 5
MNEMEX_REVIEW_BLEND_RATIONoRatio of review candidates in search. Default: 0.3
MNEMEX_PROMOTE_TIME_WINDOWNoTime window in days for promotion. Default: 14
MNEMEX_REVIEW_DANGER_ZONE_MAXNoUpper bound of danger zone. Default: 0.35
MNEMEX_REVIEW_DANGER_ZONE_MINNoLower bound of danger zone. Default: 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/cortexgraph'

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