Security
Trust: 37/100 (Limited)mcpwall Guide
iptables for MCP — blocks dangerous tool calls, scans for secrets, logs everything.
2 starsby behrensd
Quick Start
Install
npx mcpwallClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-behrensd-mcpwall": {
"command": "npx",
"args": [
"mcpwall"
]
}
}
}