Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.
claude mcp add nuzo-memory -- npx -y @nuzo/memory-mcp
claude_desktop_config.json
{
"mcpServers": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"nuzo-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.fabionfsc--nuzo-memory/reviews or the review_server meta-tool.
POST /mcp