Odel
Nuzo Memory

Nuzo Memory

Local
@fabionfsc2TypeScriptApache-2.0Updated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@nuzo/memory-mcpv1.2.0

Run

npx -y @nuzo/memory-mcp

MCP client config

{
  "mcpServers": {
    "nuzo-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@nuzo/memory-mcp"
      ]
    }
  }
}