Skip to content
Cursor

superlocalmemory for Cursor

io.github.varun369/superlocalmemory

Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.

client:Cursor transport:stdio runtime:npm

Install superlocalmemory in Cursor

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

{
  "mcpServers": {
    "superlocalmemory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "superlocalmemory"
      ]
    }
  }
}

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

superlocalmemory in other clients