judgevet for Cursor
io.github.alberto-codes/judgevet
Ask TypeSafe Jev yes/no, choice and score questions and receive structured model judgments.
client:Cursor
transport:stdio
runtime:pypi
Install judgevet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"judgevet": {
"type": "stdio",
"command": "uvx",
"args": [
"judgevet"
],
"env": {
"JEV_API__KEY": "<JEV_API__KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs