Latest Development Build
Pre-release
Pre-release
π¦ Wazuh MCP Server Package
A production-ready Model Context Protocol server for Wazuh Manager integration.
π Installation Options
Option 1: Install from GitHub Release (Recommended)
# Download and install the wheel file
wget https://github.com/socfortress/wazuh-mcp-server/releases/download/main/wazuh_mcp_server-0.1.0-py3-none-any.whl
pip install wazuh_mcp_server-0.1.0-py3-none-any.whlOption 2: Install directly from GitHub
pip install git+https://github.com/socfortress/wazuh-mcp-server.git@mainOption 3: Install from source
# Download and install the source distribution
wget https://github.com/socfortress/wazuh-mcp-server/releases/download/main/wazuh_mcp_server-0.1.0.tar.gz
pip install wazuh_mcp_server-0.1.0.tar.gzπ§ Usage
# Run the server
wazuh-mcp-server --help
python -m wazuh_mcp_server --port 8000π Built Files
total 76
drwxr-xr-x 2 runner runner 4096 Apr 15 19:05 .
drwxr-xr-x 11 runner runner 4096 Apr 15 19:05 ..
-rw-r--r-- 1 runner runner 32828 Apr 15 19:05 wazuh_mcp_server-0.1.0-py3-none-any.whl
-rw-r--r-- 1 runner runner 32021 Apr 15 19:05 wazuh_mcp_server-0.1.0.tar.gz