🛡 Enforce security policies, redact data, sandbox processes, and verify integrity for Model Context Protocol (MCP) server communication.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-firewall": {
"command": "go",
"args": [
"run",
"github.com/Betoche57/mcp-firewall@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-firewall go run github.com/Betoche57/mcp-firewall@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-firewall": {
"command": "go",
"args": [
"run",
"github.com/Betoche57/mcp-firewall@latest"
]
}
}
}