Skip to content
VS Code

jev use for VS Code

io.github.shitianfang/jev-use

Typed yes/no, pick-one and score judgments from Jev in one batched call; typed escalation back.

client:VS Code transport:stdio runtime:npm

Install jev use in VS Code

.vscode/mcp.json

{
  "servers": {
    "jev-use": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jev-use"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jev use in other clients