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
{
"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