Skip to content
Grok

Nuzo Memory for Grok

io.github.fabionfsc/nuzo-memory

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

client:Grok transport:stdio runtime:npm

Install Nuzo 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": {
    "nuzo-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nuzo/memory-mcp"
      ],
      "env": {
        "NUZO_MEMORY_STORE": "<NUZO_MEMORY_STORE>",
        "NUZO_MEMORY_SCOPE": "<NUZO_MEMORY_SCOPE>",
        "NUZO_AUTHORIZED_SCOPES": "<NUZO_AUTHORIZED_SCOPES>",
        "NUZO_PROJECT_ROOT": "<NUZO_PROJECT_ROOT>"
      }
    }
  }
}

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

Nuzo Memory in other clients