← Back to browse

Nuzo Memory

Indexed by io.github.fabionfsc

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNUZO_MEMORY_STORE NUZO_MEMORY_SCOPE NUZO_AUTHORIZED_SCOPES NUZO_PROJECT_ROOT
Claude Code
claude mcp add --env NUZO_MEMORY_STORE= --env NUZO_MEMORY_SCOPE= --env NUZO_AUTHORIZED_SCOPES= --env NUZO_PROJECT_ROOT= nuzo-memory -- npx @nuzo/memory-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"nuzo-memory","command":"npx","args":["@nuzo/memory-mcp"],"env":{"NUZO_MEMORY_STORE":"","NUZO_MEMORY_SCOPE":"","NUZO_AUTHORIZED_SCOPES":"","NUZO_PROJECT_ROOT":""}}'
JSON
{
  "mcpServers": {
    "nuzo-memory": {
      "command": "npx",
      "args": [
        "@nuzo/memory-mcp"
      ],
      "env": {
        "NUZO_MEMORY_STORE": "",
        "NUZO_MEMORY_SCOPE": "",
        "NUZO_AUTHORIZED_SCOPES": "",
        "NUZO_PROJECT_ROOT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.