Skip to main content
SecurityTypeScript

behrensd/mcp-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.

securitylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/behrensd/mcp-firewall

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
TypeScript
Author
behrensd