Back to Browse

Nuzo Memory MCP Server

Developer ToolsModerate5.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.7
Moderate5.7Moderate Risk

Nuzo is a well-architected local-first memory system for AI agents with strong security practices. The codebase demonstrates proper authentication/authorization patterns, secure credential handling, and careful input validation. No malicious patterns, data exfiltration risks, or dangerous operations were identified. Permissions align well with the system's purpose of local SQLite-based memory management with MCP integration. Supply chain analysis found 1 known vulnerability in dependencies. Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Optional absolute path to the local SQLite memory store.Optional

Environment variable: NUZO_MEMORY_STORE

Optional default Nuzo memory scope, such as user:default or project:auto.Optional

Environment variable: NUZO_MEMORY_SCOPE

Optional comma-separated allowlist of memory scopes available to this MCP process.Optional

Environment variable: NUZO_AUTHORIZED_SCOPES

Optional project root used to resolve project:auto scope.Optional

Environment variable: NUZO_PROJECT_ROOT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-fabionfsc-nuzo-memory": {
      "env": {
        "NUZO_MEMORY_SCOPE": "your-nuzo-memory-scope-here",
        "NUZO_MEMORY_STORE": "your-nuzo-memory-store-here",
        "NUZO_PROJECT_ROOT": "your-nuzo-project-root-here",
        "NUZO_AUTHORIZED_SCOPES": "your-nuzo-authorized-scopes-here"
      },
      "args": [
        "-y",
        "nuzo-memory"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!