N3MemoryCore Lite (Working Memory)
About
Ephemeral 7-day hybrid vector+BM25 working memory, multilingual, backed by Redis Stack.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add n3mc-workingmemory -- uvx n3memorycore-mcp-lite
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"n3mc-workingmemory","command":"uvx","args":["n3memorycore-mcp-lite"]}'
JSON
{
"mcpServers": {
"n3mc-workingmemory": {
"command": "uvx",
"args": [
"n3memorycore-mcp-lite"
]
}
}
}