Skip to content
Grok

mnemex for Grok

io.github.simplemindedbot/mnemex

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

client:Grok transport:stdio runtime:pypi

Install mnemex in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mnemex in other clients