Nuzo Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 15 Aug 2026.
Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.
The author archived this repository on GitHub, meaning it is no longer maintained.
We read the source, 12 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const result = spawnSync(publisher, ["validate", join(repositoryRoot, "server.json")], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add nuzo-memory -- npx -y @nuzo/memory-mcp
{
"mcpServers": {
"nuzo-memory": {
"args": [
"-y",
"@nuzo/memory-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.nuzo-memory]
command = "npx"
args = ["-y", "@nuzo/memory-mcp"]
{
"mcpServers": {
"nuzo-memory": {
"args": [
"-y",
"@nuzo/memory-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"nuzo-memory": {
"args": [
"-y",
"@nuzo/memory-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
NUZO_MEMORY_STORE (Optional absolute path to the local SQLite memory store.), NUZO_MEMORY_SCOPE (Optional default Nuzo memory scope, such as user:default or project:auto.), NUZO_AUTHORIZED_SCOPES (Optional comma-separated allowlist of memory scopes available to this MCP process.), NUZO_PROJECT_ROOT (Optional project root used to resolve project:auto scope.).
The author declared them in the registry entry; get the values from the project itself.
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.
Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.
Local-first memory for coding agents — MCP server, single SQLite file, local embeddings
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.
Token-light local memory with SQLite hybrid retrieval for MCP agents.
Answers built from our own checks of this server.