Skip to content
Cursor

N3MemoryCore Lite (Working Memory) for Cursor

io.github.neuralnexusnote/n3mc-workingmemory

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

client:Cursor transport:stdio runtime:pypi

Install N3MemoryCore Lite (Working Memory) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

N3MemoryCore Lite (Working Memory) in other clients