Kaval for Zed
io.github.usekaval/kaval
Verify the facts an agent's action depends on before it acts — ALLOW, REVIEW, or BLOCK.
client:Zed
transport:stdio
runtime:npm
Install Kaval in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kaval": {
"command": "npx",
"args": [
"-y",
"@usekaval/mcp"
],
"env": {
"KAVAL_API_KEY": "<KAVAL_API_KEY>",
"KAVAL_BASE_URL": "<KAVAL_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs