ModSecurity (MCP Server)

GitHub

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis.

Claude Desktop Configuration

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

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