Skip to content
Zed

jev decision mcp for Zed

io.github.amidabuddha/jev-decision-mcp

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

client:Zed transport:stdio runtime:npm

Install jev decision mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "jev-decision-mcp": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

jev decision mcp in other clients