Skip to content
Zed

edict for Zed

io.github.sowiedu/edict

AI-agent programming language. JSON AST in, WASM out. Typed, effect-tracked, Z3-verified.

client:Zed transport:stdio runtime:npm

Install edict in Zed

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

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

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

edict in other clients