Skip to content
Cursor

ai memory for Cursor

io.github.alphaonedev/ai-memory

Persistent memory for any AI — zero token cost until recall

client:Cursor transport:stdio runtime:oci

Install ai memory 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": {
    "ai-memory": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/alphaonedev/ai-memory:0.5.1"
      ],
      "env": {
        "AI_MEMORY_DB": "<AI_MEMORY_DB>"
      }
    }
  }
}

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

ai memory in other clients