Description

MCP Server for Wazuh SIEM security operations and monitoring.

Installation

npx -y mcp-server-wazuh
npm install mcp-server-wazuh
git clone https://github.com/gbrigandi/mcp-server-wazuh

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "wazuh-siem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-wazuh"
      ]
    }
  }
}