Skip to content
Zed

jev use for Zed

io.github.shitianfang/jev-use

Typed yes/no, pick-one and score judgments from Jev in one batched call; typed escalation back.

client:Zed transport:stdio runtime:npm

Install jev use in Zed

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

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

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

jev use in other clients