blackwall for Zed
com.blackwalltier/blackwall
API-key pre-action risk gate: any irreversible agent action (money, SQL, delete, email).
client:Zed
transport:stdio
runtime:npm
Install blackwall in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"blackwall": {
"command": "npx",
"args": [
"-y",
"blackwall-mcp"
],
"env": {
"BLACKWALL_API_KEY": "<BLACKWALL_API_KEY>",
"BLACKWALL_MODE": "<BLACKWALL_MODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs