Skip to content
Grok

nanomem for Grok

io.github.ombansod2/nanomem

Memory that knows when a remembered fact has been replaced, not just when it was written.

client:Grok transport:stdio runtime:pypi

Install nanomem in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nanomem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nanomem"
      ],
      "env": {
        "NANOMEM_VAULT": "<NANOMEM_VAULT>",
        "NANOMEM_PASSWORD": "<NANOMEM_PASSWORD>"
      }
    }
  }
}

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

nanomem in other clients