Skip to content
VS Code

context firewall for VS Code

io.github.alepha188838884/context-firewall

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

client:VS Code transport:stdio runtime:npm

Install context firewall in VS Code

.vscode/mcp.json

{
  "servers": {
    "context-firewall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "context-firewall"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

context firewall in other clients