Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

blackwall in other clients