bunkerweb

GitHub

๐Ÿ›ก๏ธ Open-source and cloud-native Web Application Firewall (WAF)

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "bunkerweb": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bunkerweb"
      ]
    }
  }
}