Skip to content
Grok

Mneme Memory for Grok

io.github.modusensus/mneme-memory

Cross-session memory for AI coding agents via six tools; local-first SQLite store.

client:Grok transport:stdio runtime:npm

Install Mneme Memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mneme-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mneme-memory"
      ]
    }
  }
}

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

Mneme Memory in other clients