Back to Home
ry-ops icon

wazuh-mcp-server

by ry-ops

Overview

Integrate Wazuh SIEM with Cortex automation systems to query security alerts, manage agents, monitor vulnerabilities, and coordinate security operations.

Installation

Run Command
docker run -p 3000:3000 -e WAZUH_API_URL=https://wazuh.example.com -e WAZUH_API_USER=admin -e WAZUH_API_PASSWORD=secret wazuh-mcp-server:latest

Environment Variables

  • WAZUH_API_URL
  • WAZUH_API_USER
  • WAZUH_API_PASSWORD
  • PORT

Security Notes

The server uses `httpsAgent: { rejectUnauthorized: false }` for all Wazuh API calls. This critically disables SSL certificate validation, making the connection highly vulnerable to Man-in-the-Middle (MitM) attacks. This is a severe security risk, especially for an integration with a SIEM system where data integrity and confidentiality are paramount. Additionally, the `WAZUH_API_PASSWORD` defaults to an empty string if not provided via environment variables, which could lead to weak authentication if not properly configured.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-14

Tags

WazuhSIEMSecurityAutomationCortexNode.jsMCP