# Wazuh MCP Server Configuration Template
# Copy this file to wazuh.env and update with your values
# === REQUIRED SETTINGS ===
# Wazuh Manager Connection
WAZUH_HOST=your-wazuh-manager.domain.com
WAZUH_USER=your-api-username
WAZUH_PASS=your-api-password
# === OPTIONAL SETTINGS ===
# Leave these as defaults unless you need to change them
# Wazuh Manager Port (default: 55000)
# WAZUH_PORT=55000
# SSL Verification (default: true)
# VERIFY_SSL=true
# === INDEXER SETTINGS (Optional) ===
# Enable these only if you have Wazuh Indexer installed
# Provides enhanced search, analytics, and vulnerability data
# WAZUH_INDEXER_HOST=your-wazuh-indexer.domain.com
# WAZUH_INDEXER_USER=admin
# WAZUH_INDEXER_PASS=your-indexer-password
# WAZUH_INDEXER_PORT=9200
# === TRANSPORT MODE ===
# How the MCP server communicates (default: http for web access)
# MCP_TRANSPORT=http # Use 'stdio' for Claude Desktop direct integration
# HTTP/SSE Mode Settings (default mode)
# MCP_HOST=0.0.0.0
# MCP_PORT=3000
# === ADVANCED SETTINGS ===
# Only modify if you have specific requirements
# Performance Tuning
# MAX_ALERTS_PER_QUERY=1000
# REQUEST_TIMEOUT_SECONDS=30
# MAX_CONNECTIONS=10
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gensecaihq/Wazuh-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server