← Index

io.github.simplemindedbot/mnemex

io.github.simplemindedbot/mnemex·v0.5.2·Memory & RAG
Quality Score
68
/100

Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mnemex": {
      "command": "uvx",
      "args": [
        "mnemex"
      ],
      "env": {
        "MNEMEX_STORAGE_PATH": "~/.config/mnemex/jsonl",
        "LTM_VAULT_PATH": "<ltm_vault_path>",
        "MNEMEX_DECAY_MODEL": "power_law",
        "MNEMEX_PL_HALFLIFE_DAYS": "3.0"
      }
    }
  }
}
§02  Environment variables
MNEMEX_STORAGE_PATH

Storage path for short-term memory JSONL files

LTM_VAULT_PATH

Path to Obsidian vault for long-term memory

MNEMEX_DECAY_MODEL

Decay model: power_law (default), exponential, or two_component

MNEMEX_PL_HALFLIFE_DAYS

Half-life in days for power-law decay model

§03  MCP Quality Score  ·  methodology
freshness
13
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG