Skip to content
Windsurf

collective memory for Windsurf

io.github.hustada/collective-memory

MCP server for persistent, semantic memory across AI sessions

client:Windsurf transport:stdio runtime:npm

Install collective memory in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "collective-memory": {
      "command": "npx",
      "args": [
        "-y",
        "collective-memory"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

collective memory in other clients