jevnav for Cursor
io.github.dtduc-git/jevnav
Replayable browser automation: Jev picks the element, a gate blocks risky actions, every run traces.
client:Cursor
transport:stdio
runtime:pypi
Install jevnav in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jevnav": {
"type": "stdio",
"command": "uvx",
"args": [
"jevnav"
],
"env": {
"TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs