jevnav for VS Code
io.github.dtduc-git/jevnav
Replayable browser automation: Jev picks the element, a gate blocks risky actions, every run traces.
client:VS Code
transport:stdio
runtime:pypi
Install jevnav in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "typesafe-api-key",
"description": "TYPESAFE_API_KEY",
"password": true
}
],
"servers": {
"jevnav": {
"type": "stdio",
"command": "uvx",
"args": [
"jevnav"
],
"env": {
"TYPESAFE_API_KEY": "${input:typesafe-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs