Skip to content
Cursor

TypeSafe Jev for Cursor

io.github.perrylink/jevcore

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

client:Cursor transport:stdio runtime:npm

Install TypeSafe Jev in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TypeSafe Jev in other clients