jev decision mcp for Windsurf
io.github.amidabuddha/jev-decision-mcp
Typed Jev decisions in one batched tool: choice, score, and yes/no probabilities.
client:Windsurf
transport:stdio
runtime:npm
Install jev decision mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs