Back to MCP Servers

Cybersec Watchdog

Comprehensive Linux server security audit with 89 CIS Benchmark controls, NIST 800-53, and PCI-DSS compliance checks. Real-time monitoring with anomaly detection across 23 analyzers: firewall, SSH, fail2ban, Docker, CVE, rootkit, SSL/TLS, filesystem, network, and more.

securitydockermonitoringai

Installation

npx -y mcp-cybersec-watchdog

Configuration

{
  "mcpServers": {
    "mcp-cybersec-watchdog": {
      "command": "npx",
      "args": ["-y", "mcp-cybersec-watchdog"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub