Skip to content
Grok

Facthouse for Grok

io.github.gordonkjlee/facthouse

Local AI memory: neuroscience-inspired Data→Information→Knowledge in SQLite you own.

client:Grok transport:stdio runtime:npm

Install Facthouse in Grok

.mcp.json (in your project root)

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

Facthouse in other clients