Skip to content
Cursor

jev decision mcp for Cursor

io.github.amidabuddha/jev-decision-mcp

Typed Jev decisions in one batched tool: choice, score, and yes/no probabilities.

client:Cursor transport:stdio runtime:npm

Install jev decision mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "jev-decision-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jev-decision-mcp"
      ],
      "env": {
        "TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>",
        "TYPESAFE_DEFAULT_MODEL": "<TYPESAFE_DEFAULT_MODEL>",
        "JEV_TIMEOUT_MS": "<JEV_TIMEOUT_MS>"
      }
    }
  }
}

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

jev decision mcp in other clients