jev use for Cursor
io.github.shitianfang/jev-use
Typed yes/no, pick-one and score judgments from Jev in one batched call; typed escalation back.
client:Cursor
transport:stdio
runtime:npm
Install jev use in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jev-use": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jev-use"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs