Skip to content
Zed

yggdrasil for Zed

io.github.vondervuflya/yggdrasil

One shared, durable memory for your AI coding agents — local-first, zero-dependency.

client:Zed transport:stdio runtime:pypi

Install yggdrasil 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": {
    "yggdrasil": {
      "command": "uvx",
      "args": [
        "yggdrasil-memory"
      ],
      "env": {
        "YGG_ENGINE_URL": "<YGG_ENGINE_URL>",
        "YGG_ENGINE_TOKEN": "<YGG_ENGINE_TOKEN>"
      }
    }
  }
}

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

yggdrasil in other clients