Skip to content
Zed

mindbase for Zed

io.github.frankchu91/mindbase

LLM-maintained personal wiki: cross-references sources, flags contradictions. Local markdown.

client:Zed transport:stdio runtime:npm

Install mindbase 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": {
    "mindbase": {
      "command": "npx",
      "args": [
        "-y",
        "mindbase-mcp"
      ],
      "env": {
        "MINDBASE_DATA_DIR": "<MINDBASE_DATA_DIR>"
      }
    }
  }
}

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

mindbase in other clients