TypeSafe Jev for Zed
io.github.perrylink/jevcore
MCP server over TypeSafe Jev: typed ask, rank and check judgments return calibrated probabilities.
client:Zed
transport:stdio
runtime:npm
Install TypeSafe Jev in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jevcore": {
"command": "npx",
"args": [
"-y",
"jevcore-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs