Skip to content
Grok

Memoize — persistent agent memory for Grok

io.github.harrisonford/memoize

Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.

client:Grok transport:streamable-http

Install Memoize — persistent agent memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memoize": {
      "type": "http",
      "url": "https://memoize.xyz/mcp"
    }
  }
}

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

Memoize — persistent agent memory in other clients