Skip to content

N3MemoryCore Lite (Working Memory) for Zed

io.github.neuralnexusnote/n3mc-workingmemory

Ephemeral 7-day hybrid vector+BM25 working memory, multilingual, backed by Redis Stack.

client:Zed transport:stdio runtime:pypi

Install N3MemoryCore Lite (Working Memory) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "n3mc-workingmemory": {
      "command": "uvx",
      "args": [
        "n3memorycore-mcp-lite"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

N3MemoryCore Lite (Working Memory) in other clients