74
/ 100
1 month ago
glama

wazuh-mcp

An MCP server for the Wazuh SIEM/XDR platform that enables users to query agents, security alerts, detection rules, and decoders through Claude or other MCP clients. It provides specialized tools and prompts for investigating security alerts, performing agent health checks, and generating environmental security overviews.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: WAZUH_INDEXER_PASSWORD, WAZUH_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configWAZUH_ALLOW_SENSITIVE_CONFIGget_manager_config Secret-like config values include_sensitive_config: true (only honored when the server-side flag is enabled; otherwise always redacted)
configWAZUH_BASE_URLAlternative variable names and WAZUH_USER are also supported.
🔐 secretWAZUH_INDEXER_PASSWORDYes, when WAZUH_INDEXER_URL is set - Indexer password. The server fails fast at startup if WAZUH_INDEXER_URL is set without it.
configWAZUH_INDEXER_TIMEOUTNo 30 Indexer request timeout in seconds. Must be a positive integer.
configWAZUH_INDEXER_URLNo - Wazuh Indexer URL (e.g., https://192.0.2.2:9200)
configWAZUH_INDEXER_USERNAMENo admin Indexer username
configWAZUH_INDEXER_VERIFY_SSLNo true Verifies SSL certificates by default. Set to false (also accepts 0/no/off) to disable verification for trusted self-signed lab environments only.
configWAZUH_MCP_MAX_RESPONSE_BYTESNo 250000 Maximum MCP tool response size before returning a truncated preview with metadata.
🔐 secretWAZUH_PASSWORDYes - API password
configWAZUH_TIMEOUTNo 30 Request timeout in seconds. Must be a positive integer.
configWAZUH_URLYes - Wazuh API URL (e.g., https://192.0.2.2:55000)
configWAZUH_USERAlternative variable names WAZUH_BASE_URL and are also supported.
configWAZUH_USERNAMEYes - API username
configWAZUH_VERIFY_SSLNo true Verifies SSL certificates by default. Set to false (also accepts 0/no/off) to disable verification for trusted self-signed lab environments only.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/solomonneas-wazuh-mcp-7r68a2)](https://m8ven.ai/mcp/solomonneas-wazuh-mcp-7r68a2)
commit: e1bd22f5505708d62fea2f5b310edb3268e68e87
code hash: ff1661a6f13ad4b3bfa2997cdd6c311d083d7cde8f17f6a2fa705d2104f36761
verified: 6/12/2026, 11:27:53 AM
view raw JSON →