Skip to content
Zed

context firewall for Zed

io.github.alepha188838884/context-firewall

Local MCP proxy: collapses N servers' tools into 4 meta-tools and compresses large tool outputs.

client:Zed transport:stdio runtime:npm

Install context firewall in Zed

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

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

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

context firewall in other clients