Skip to content
Grok

Hindsight MemPalace for Grok

io.github.holetron/hindsight-mempalace

Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector

client:Grok transport:stdio runtime:npm

Install Hindsight MemPalace in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hindsight-mempalace": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hindsight-mempalace-mcp"
      ],
      "env": {
        "HINDSIGHT_URL": "<HINDSIGHT_URL>",
        "MEMPALACE_BANK": "<MEMPALACE_BANK>"
      }
    }
  }
}

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

Hindsight MemPalace in other clients