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.
Quick Start
Clone the repository:
git clone https://github.com/behrensd/mcp-firewallClaude Desktop configuration example:
{
"mcpServers": {
"mcp-firewall": {
"command": "npx",
"args": [
"-y",
"behrensd/mcp-firewall"
]
}
}
}Check the repository README for specific installation and configuration instructions.