Skip to content
Grok

agentic-recall for Grok

io.github.dfrancislyondflabc-tech/agentic-recall

Long-term memory for agentic tasks. It tells you when it doesn't know.

client:Grok transport:stdio runtime:npm

Install agentic-recall 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": {
    "agentic-recall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentic-recall"
      ],
      "env": {
        "MEMORY_DIR": "<MEMORY_DIR>",
        "MEMORY_ROOT": "<MEMORY_ROOT>"
      }
    }
  }
}

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

agentic-recall in other clients