Skip to content

Wazuh MCP Server v4.2.0

Choose a tag to compare

@alokemajumder alokemajumder released this 25 Mar 10:24
· 110 commits to main since this release

Wazuh MCP Server Release 4.2.0

🚀 Features

  • Production-ready MCP server for Wazuh SIEM
  • 48 specialized security tools (alerts, agents, vulnerabilities, active response, compliance)
  • Full MCP 2025-11-25 protocol compliance (Streamable HTTP + legacy SSE)
  • Enterprise-grade security with authentication on all endpoints

📦 Installation

From Source (Recommended)

git clone https://github.com/gensecaihq/Wazuh-MCP-Server.git
cd Wazuh-MCP-Server
cp .env.example .env
# Edit .env with your Wazuh credentials
docker compose up -d

Docker Compose

docker compose up -d

📋 Changelog

See CHANGELOG.md