Back to Home
Gitmy3 icon

mcp_server_wazuh_2025

by Gitmy3

Overview

Integrates Wazuh SIEM data with AI assistants (like Claude) using the Model Context Protocol (MCP) for natural language security queries and analysis.

Installation

Run Command
uvicorn app.main:app --reload

Environment Variables

  • OPENSEARCH_HOST
  • OPENSEARCH_USER
  • OPENSEARCH_PASS
  • WAZUH_API_HOST
  • WAZUH_API_PORT
  • WAZUH_API_USERNAME
  • WAZUH_API_PASSWORD
  • WAZUH_INDEXER_HOST
  • WAZUH_INDEXER_PORT
  • WAZUH_INDEXER_USERNAME
  • WAZUH_INDEXER_PASSWORD
  • OPENAI_API_KEY
  • WAZUH_VERIFY_SSL

Security Notes

CRITICAL: The server explicitly disables SSL certificate verification for Wazuh API and Indexer connections (`verify=False` and `WAZUH_VERIFY_SSL=false` in various configurations). This makes the connection vulnerable to Man-in-the-Middle (MITM) attacks. Additionally, sensitive credentials for Wazuh API and Indexer are hardcoded in `app/config.py`, making them prone to exposure if the code is committed without proper `.env` override or secure credential management. These are severe security flaws for a system handling security information.

Similar Servers

Stats

Interest Score30
Security Score3
Cost ClassMedium
Avg Tokens400
Stars1
Forks1
Last Update2025-12-11

Tags

SIEMWazuhAI IntegrationSecurity AnalyticsMCP