Skip to content
Cursor

aide-memory for Cursor

io.github.aide-memory/aide-memory

Persistent memory layer for AI coding agents — your agent remembers what you taught it.

client:Cursor transport:stdio runtime:npm

Install aide-memory in Cursor

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

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

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

aide-memory in other clients