HomeKnowledge & Memory › cortexgraph

cortexgraph

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

HTML
★ 36 stars Last pushed 2026-09-19 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.5.2)

uvx mnemex

Or add to your MCP client config:

{
  "mcpServers": {
    "cortexgraph": {
      "command": "uvx",
      "args": [
        "mnemex"
      ],
      "env": {
        "MNEMEX_STORAGE_PATH": "<YOUR_VALUE>",
        "LTM_VAULT_PATH": "<YOUR_VALUE>",
        "MNEMEX_DECAY_MODEL": "<YOUR_VALUE>",
        "MNEMEX_PL_HALFLIFE_DAYS": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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

Related servers

Data from the Official MCP Registry