Skip to content
VS Code

TypeSafe Jev for VS Code

io.github.perrylink/jevcore

MCP server over TypeSafe Jev: typed ask, rank and check judgments return calibrated probabilities.

client:VS Code transport:stdio runtime:npm

Install TypeSafe Jev in VS Code

.vscode/mcp.json

{
  "servers": {
    "jevcore": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jevcore-mcp"
      ]
    }
  }
}

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

TypeSafe Jev in other clients