← Back to Plugins
MCP Server MCP

Nuzo Memory

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @nuzo/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@nuzo/memory-mcp",
      "version": "1.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional absolute path to the local SQLite memory store.",
          "format": "filepath",
          "name": "NUZO_MEMORY_STORE"
        },
        {
          "description": "Optional default Nuzo memory scope, such as user:default or project:auto.",
          "name": "NUZO_MEMORY_SCOPE"
        },
        {
          "description": "Optional comma-separated allowlist of memory scopes available to this MCP process.",
          "name": "NUZO_AUTHORIZED_SCOPES"
        },
        {
          "description": "Optional project root used to resolve project:auto scope.",
          "format": "filepath",
          "name": "NUZO_PROJECT_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...