val for Zed
com.nyx-intelligence/val
QA agent for vibecoded apps. Real browser checks, your AI fixes them. Ship to green.
client:Zed
transport:stdio
runtime:npm
Install val in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"val": {
"command": "npx",
"args": [
"-y",
"@nyx-intelligence/val-mcp"
],
"env": {
"VAL_LICENSE_KEY": "<VAL_LICENSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs