Skip to content
Zed

Ovellum for Zed

io.github.oinam/ovellum

Auto, manual, or hybrid docs that never fall out of sync.

client:Zed transport:stdio runtime:npm

Install Ovellum in Zed

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

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

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

Ovellum in other clients