Skip to content
Grok

agent memory for Grok

io.github.mastadoonprime/agent-memory

Persistent, agent-owned memory with encrypted storage and shared knowledge commons.

client:Grok transport:sse

Install agent memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-memory": {
      "type": "sse",
      "url": "https://agent-memory-production-6506.up.railway.app/sse"
    }
  }
}

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

agent memory in other clients