Back to MCP Servers

Firewall

Deterministic security proxy (iptables for MCP) that intercepts tool calls, enforces YAML policies, scans for secret leakage, and logs everything. No AI, no cloud.

securityai

Installation

npx -y mcp-firewall

Configuration

{
  "mcpServers": {
    "mcp-firewall": {
      "command": "npx",
      "args": ["-y", "mcp-firewall"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub