A Rust-based server designed to bridge the gap between a Wazuh Security Information and Event Management (SIEM) system and applications requiring
Wazuh mcp server lets Claude, Cursor and other MCP clients work with Wazuh directly. A Rust-based server designed to bridge the gap between a Wazuh Security Information and Event Management (SIEM) system and applications requiring contextual security data, specifically tailored for the Claude Desktop Integration using the Model Context Protocol (MCP).
A Rust-based server designed to bridge the gap between a Wazuh Security Information and Event Management (SIEM) system and applications requiring contextual security data, specifically tailored for the Claude Desktop Integration using the Model Context Protocol (MCP).
Modern AI assistants like Claude can benefit significantly from real-time context about the user's security environment. The Wazuh MCP Server bridges this gap by providing comprehensive access to Wazuh SIEM data through natural language interactions.
Once connected, the assistant can call these 14 tools directly:
Risk — Based Vulnerability Prioritization:** Correlate vulnerability data with agent criticality and exposure to focus remediation effortsAgent — Specific Investigation:** Combine multiple tools to build comprehensive profiles of specific agents during security incidentsCross — Component Analysis:** Correlate data from both Wazuh Indexer (alerts) and Wazuh Manager (agents, rules, vulnerabilities) for comprehensive security insightsMulti — Source Intelligence:** Leverage analyzers for reputation checks, malware analysis, domain analysis, and behavioral analysisCollaboration — ** Enable security team collaboration on incidents detected by WazuhServer — Sent Events (SSE) for streaming responsesVariable — DescriptionWAZUH_API_HOST — Hostname or IP address of the Wazuh Manager API serverWAZUH_API_PORT — Port number for the Wazuh Manager APIWAZUH_API_USERNAME — Username for Wazuh Manager API authenticationWAZUH_API_PASSWORD — Password for Wazuh Manager API authenticationWAZUH_INDEXER_HOST — Hostname or IP address of the Wazuh Indexer API serverWAZUH_INDEXER_PORT — Port number for the Wazuh Indexer APIWAZUH_INDEXER_USERNAME — Username for Wazuh Indexer API authenticationSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
The server reads 8 environment variables: WAZUH_API_HOST, WAZUH_API_PORT, WAZUH_API_USERNAME, WAZUH_API_PASSWORD, WAZUH_INDEXER_HOST, WAZUH_INDEXER_PORT, WAZUH_INDEXER_USERNAME, WAZUH_INDEXER_PASSWORD. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Wazuh sits in that group, and the shape of its toolset — Risk, Agent, Cross among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Risk | Based Vulnerability Prioritization:** Correlate vulnerability data with agent criticality and exposure to focus remediation efforts. |
| Agent | Specific Investigation:** Combine multiple tools to build comprehensive profiles of specific agents during security incidents. |
| Cross | Component Analysis:** Correlate data from both Wazuh Indexer (alerts) and Wazuh Manager (agents, rules, vulnerabilities) for comprehensive security insights. |
| Multi | Source Intelligence:** Leverage analyzers for reputation checks, malware analysis, domain analysis, and behavioral analysis |
| Collaboration | ** Enable security team collaboration on incidents detected by Wazuh |
| Server | Sent Events (SSE) for streaming responses |
| Variable | Description |
| WAZUH_API_HOST | Hostname or IP address of the Wazuh Manager API server. |
| WAZUH_API_PORT | Port number for the Wazuh Manager API. |
| WAZUH_API_USERNAME | Username for Wazuh Manager API authentication. |
| WAZUH_API_PASSWORD | Password for Wazuh Manager API authentication. |
| WAZUH_INDEXER_HOST | Hostname or IP address of the Wazuh Indexer API server. |
| WAZUH_INDEXER_PORT | Port number for the Wazuh Indexer API. |
| WAZUH_INDEXER_USERNAME | Username for Wazuh Indexer API authentication. |
| Variable | Description | Required |
|---|---|---|
| WAZUH_API_HOST | Endpoint or connection string the server talks to. | Optional |
| WAZUH_API_PORT | Configuration value read at startup. | Optional |
| WAZUH_API_USERNAME | Configuration value read at startup. | Optional |
| WAZUH_API_PASSWORD | Configuration value read at startup. | Optional |
| WAZUH_INDEXER_HOST | Endpoint or connection string the server talks to. | Optional |
| WAZUH_INDEXER_PORT | Configuration value read at startup. | Optional |
| WAZUH_INDEXER_USERNAME | Configuration value read at startup. | Optional |
| WAZUH_INDEXER_PASSWORD | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.