Skip to content
Zed

mcpwall for Zed

io.github.behrensd/mcpwall

iptables for MCP — blocks dangerous tool calls, scans for secrets, logs everything.

client:Zed transport:stdio runtime:npm

Install mcpwall in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcpwall": {
      "command": "npx",
      "args": [
        "-y",
        "mcpwall"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcpwall in other clients