Skip to content
Cursor

mnemex for Cursor

io.github.simplemindedbot/mnemex

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

client:Cursor transport:stdio runtime:pypi

Install mnemex in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mnemex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mnemex"
      ],
      "env": {
        "MNEMEX_STORAGE_PATH": "<MNEMEX_STORAGE_PATH>",
        "LTM_VAULT_PATH": "<LTM_VAULT_PATH>",
        "MNEMEX_DECAY_MODEL": "<MNEMEX_DECAY_MODEL>",
        "MNEMEX_PL_HALFLIFE_DAYS": "<MNEMEX_PL_HALFLIFE_DAYS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mnemex in other clients