Skip to content
Cursor

nanomem for Cursor

io.github.ombansod2/nanomem

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

client:Cursor transport:stdio runtime:pypi

Install nanomem in Cursor

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

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>"
      }
    }
  }
}

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

nanomem in other clients