← Back to browse

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMNEMEX_STORAGE_PATH LTM_VAULT_PATH MNEMEX_DECAY_MODEL MNEMEX_PL_HALFLIFE_DAYS
Claude Code
claude mcp add --env MNEMEX_STORAGE_PATH= --env LTM_VAULT_PATH= --env MNEMEX_DECAY_MODEL= --env MNEMEX_PL_HALFLIFE_DAYS= mnemex -- uvx mnemex
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mnemex","command":"uvx","args":["mnemex"],"env":{"MNEMEX_STORAGE_PATH":"","LTM_VAULT_PATH":"","MNEMEX_DECAY_MODEL":"","MNEMEX_PL_HALFLIFE_DAYS":""}}'
JSON
{
  "mcpServers": {
    "mnemex": {
      "command": "uvx",
      "args": [
        "mnemex"
      ],
      "env": {
        "MNEMEX_STORAGE_PATH": "",
        "LTM_VAULT_PATH": "",
        "MNEMEX_DECAY_MODEL": "",
        "MNEMEX_PL_HALFLIFE_DAYS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.