Skip to content

Obsidian Everywhere for Zed

io.github.junnnnnw00/obsidian-everywhere

Graph context, semantic search, guarded edits, and reviewable Git for local Obsidian vaults.

client:Zed transport:stdio runtime:npm

Install Obsidian Everywhere in Zed

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

{
  "context_servers": {
    "obsidian-everywhere": {
      "command": "npx",
      "args": [
        "-y",
        "obsidian-everywhere"
      ]
    }
  }
}

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

Obsidian Everywhere in other clients