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
{
"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