Skip to content
Cline

mnemex for Cline

io.github.simplemindedbot/mnemex

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

client:Cline transport:stdio runtime:pypi

Install mnemex in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mnemex": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mnemex in other clients