Skip to content
Zed

freshvault for Zed

io.github.kioko-lab/freshvault

Local semantic search over your Obsidian vault - always fresh, never reindex.

client:Zed transport:stdio runtime:npm

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

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

freshvault in other clients