Skip to content
Zed

stellavault for Zed

io.github.evanciel/stellavault

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

client:Zed transport:stdio runtime:npm

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

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

stellavault in other clients