Typed yes/no, pick-one and score judgments from Jev in one batched call; typed escalation back.
claude mcp add jev-use -- npx -y jev-use
claude_desktop_config.json
{
"mcpServers": {
"jev-use": {
"command": "npx",
"args": [
"-y",
"jev-use"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"jev-use": {
"command": "npx",
"args": [
"-y",
"jev-use"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jev-use": {
"command": "npx",
"args": [
"-y",
"jev-use"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"jev-use": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jev-use"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"jev-use": {
"command": "npx",
"args": [
"-y",
"jev-use"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.shitianfang--jev-use/reviews or the review_server meta-tool.
POST /mcp