Skip to content
Grok

XMemo for Grok

io.github.yonro/xmemo

Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

client:Grok transport:streamable-http runtime:npm

Install XMemo in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "xmemo": {
      "type": "http",
      "url": "https://xmemo.dev/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

XMemo in other clients