Skip to content
Grok

FactMem for Grok

io.github.gordonkjlee/factmem

A local memory engine. You own the SQLite file. Not Mem0's hosted OpenMemory MCP.

client:Grok transport:stdio runtime:npm

Install FactMem in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "factmem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@factmem/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

FactMem in other clients