Skip to content
Grok

delx memory for Grok

io.github.davidmosiah/delx-memory

Local-first persistent memory MCP: shared SQLite key/value store, searchable, TTL-aware, secret-safe

client:Grok transport:stdio runtime:npm

Install delx memory 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": {
    "delx-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "delx-memory"
      ],
      "env": {
        "DELX_MEMORY_PATH": "<DELX_MEMORY_PATH>",
        "DELX_MEMORY_TRANSPORT": "<DELX_MEMORY_TRANSPORT>",
        "DELX_MEMORY_HOST": "<DELX_MEMORY_HOST>",
        "DELX_MEMORY_PORT": "<DELX_MEMORY_PORT>",
        "DELX_MEMORY_ALLOWED_ORIGIN": "<DELX_MEMORY_ALLOWED_ORIGIN>"
      }
    }
  }
}

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

delx memory in other clients