Skip to content
Zed

jevnav for Zed

io.github.dtduc-git/jevnav

Replayable browser automation: Jev picks the element, a gate blocks risky actions, every run traces.

client:Zed transport:stdio runtime:pypi

Install jevnav 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": {
    "jevnav": {
      "command": "uvx",
      "args": [
        "jevnav"
      ],
      "env": {
        "TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>"
      }
    }
  }
}

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

jevnav in other clients