Skip to content
Cursor

collective memory for Cursor

io.github.hustada/collective-memory

MCP server for persistent, semantic memory across AI sessions

client:Cursor transport:stdio runtime:npm

Install collective 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": {
    "collective-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "collective-memory"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

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

collective memory in other clients