jev for Cursor
io.github.aitejiu/jev
Jev judgments for agents: injection scanning, shell risk gating, ranking
client:Cursor
transport:stdio
runtime:pypi
Install jev in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jev": {
"type": "stdio",
"command": "uvx",
"args": [
"jev-mcp"
],
"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