Nuzo Memory
Rank #10,174io.github.fabionfsc/nuzo-memory
Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.
Nuzo Memory is a Model Context Protocol (MCP) server published by fabionfsc. It ranks #10,174 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Nuzo Memory is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 121,872 of 132,046 servers on MCP Toplist.
Use Nuzo Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nuzo-memory -e "NUZO_MEMORY_STORE=<your NUZO_MEMORY_STORE>" -e "NUZO_MEMORY_SCOPE=<your NUZO_MEMORY_SCOPE>" -e "NUZO_AUTHORIZED_SCOPES=<your NUZO_AUTHORIZED_SCOPES>" -e "NUZO_PROJECT_ROOT=<your NUZO_PROJECT_ROOT>" -- npx -y @nuzo/memory-mcpReplace each placeholder with your own value before saving.
[mcp_servers.nuzo-memory]
command = "npx"
args = ["-y", "@nuzo/memory-mcp"]
[mcp_servers.nuzo-memory.env]
NUZO_MEMORY_STORE = "<your NUZO_MEMORY_STORE>"
NUZO_MEMORY_SCOPE = "<your NUZO_MEMORY_SCOPE>"
NUZO_AUTHORIZED_SCOPES = "<your NUZO_AUTHORIZED_SCOPES>"
NUZO_PROJECT_ROOT = "<your NUZO_PROJECT_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
],
"env": {
"NUZO_MEMORY_STORE": "<your NUZO_MEMORY_STORE>",
"NUZO_MEMORY_SCOPE": "<your NUZO_MEMORY_SCOPE>",
"NUZO_AUTHORIZED_SCOPES": "<your NUZO_AUTHORIZED_SCOPES>",
"NUZO_PROJECT_ROOT": "<your NUZO_PROJECT_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
],
"env": {
"NUZO_MEMORY_STORE": "<your NUZO_MEMORY_STORE>",
"NUZO_MEMORY_SCOPE": "<your NUZO_MEMORY_SCOPE>",
"NUZO_AUTHORIZED_SCOPES": "<your NUZO_AUTHORIZED_SCOPES>",
"NUZO_PROJECT_ROOT": "<your NUZO_PROJECT_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nuzo-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
],
"env": {
"NUZO_MEMORY_STORE": "<your NUZO_MEMORY_STORE>",
"NUZO_MEMORY_SCOPE": "<your NUZO_MEMORY_SCOPE>",
"NUZO_AUTHORIZED_SCOPES": "<your NUZO_AUTHORIZED_SCOPES>",
"NUZO_PROJECT_ROOT": "<your NUZO_PROJECT_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
],
"env": {
"NUZO_MEMORY_STORE": "<your NUZO_MEMORY_STORE>",
"NUZO_MEMORY_SCOPE": "<your NUZO_MEMORY_SCOPE>",
"NUZO_AUTHORIZED_SCOPES": "<your NUZO_AUTHORIZED_SCOPES>",
"NUZO_PROJECT_ROOT": "<your NUZO_PROJECT_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
],
"env": {
"NUZO_MEMORY_STORE": "<your NUZO_MEMORY_STORE>",
"NUZO_MEMORY_SCOPE": "<your NUZO_MEMORY_SCOPE>",
"NUZO_AUTHORIZED_SCOPES": "<your NUZO_AUTHORIZED_SCOPES>",
"NUZO_PROJECT_ROOT": "<your NUZO_PROJECT_ROOT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fabionfsc%2Fnuzo-memory)<a href="https://mcptoplist.com/server/io.github.fabionfsc%2Fnuzo-memory"><img src="https://mcptoplist.com/badge/io.github.fabionfsc%2Fnuzo-memory.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
fabionfsc
Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Aug 14, 2026 |
| 1.1.0 | Jul 14, 2026 |
Frequently asked questions
- Who maintains Nuzo Memory?
- Nuzo Memory is maintained by fabionfsc, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Nuzo Memory listed on the Official MCP Registry?
- Yes — Nuzo Memory is listed on the Official MCP Registry, alongside Glama.
- How many versions does Nuzo Memory have?
- MCP Toplist tracks 2 versions of Nuzo Memory, most recently published on Aug 14, 2026.
- Where can I find the source code for Nuzo Memory?
- The source code for Nuzo Memory is hosted at github.com/fabionfsc/nuzo-memory.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.