Skip to content
Grok

Recall — persistent memory for agents for Grok

dev.workers.notdown-app.recall/memory

Persistent memory for AI agents. Free, no LLM, no SDK. Open Worker you can self-host in 2 commands.

client:Grok transport:streamable-http

Install Recall — persistent memory for agents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memory": {
      "type": "http",
      "url": "https://recall.notdown-app.workers.dev/mcp/{key}"
    }
  }
}

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

Recall — persistent memory for agents in other clients