Skip to content
Zed

mindpm for Zed

io.github.umitkavala/mindpm

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

client:Zed transport:stdio runtime:npm

Install mindpm in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mindpm": {
      "command": "npx",
      "args": [
        "-y",
        "mindpm"
      ],
      "env": {
        "MINDPM_DB_PATH": "<MINDPM_DB_PATH>",
        "MINDPM_PORT": "<MINDPM_PORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mindpm in other clients