Skip to content
Windsurf

mindpm for Windsurf

io.github.umitkavala/mindpm

Persistent project memory for LLMs via SQLite. Never re-explain your project again.

client:Windsurf transport:stdio runtime:npm

Install mindpm 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": {
    "mindpm": {
      "command": "npx",
      "args": [
        "-y",
        "mindpm"
      ],
      "env": {
        "MINDPM_DB_PATH": "<MINDPM_DB_PATH>",
        "MINDPM_PORT": "<MINDPM_PORT>"
      }
    }
  }
}

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

mindpm in other clients