HomeOther › jev-decision-mcp

jev-decision-mcp

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-24 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "jev-decision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TYPESAFE_API_KEY": "<YOUR_VALUE>",
        "TYPESAFE_DEFAULT_MODEL": "<YOUR_VALUE>",
        "JEV_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • TYPESAFE_API_KEY required secret — Your TypeSafe API key from console.typesafe.ai
  • TYPESAFE_DEFAULT_MODEL — Default Jev model
  • JEV_TIMEOUT_MS — Total request deadline in milliseconds, including retries (1–120000)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry