Skip to content
Grok

N3MemoryCore Lite (Working Memory) for Grok

io.github.neuralnexusnote/n3mc-workingmemory

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

client:Grok transport:stdio runtime:pypi

Install N3MemoryCore Lite (Working Memory) in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

N3MemoryCore Lite (Working Memory) in other clients