Skip to content
Grok

total recall for Grok

io.github.bas-more/total-recall

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

client:Grok transport:stdio runtime:npm

Install total recall in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "total-recall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@avi-total-recall/total-recall"
      ]
    }
  }
}

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

total recall in other clients