MCP Directory
Back

mcp-server-wazuh

by gbrigandi · Rust · ★ 217

MCP Server for Wazuh SIEM

#llm#mcp#mcp-server#model-context-pro#model-context-protocol-servers#security-operations#siem#wazuh#wazuh-integration

Install

cargo install --git https://github.com/gbrigandi/mcp-server-wazuh.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-server-wazuh": {
      "command": "npx",
      "args": [
        "-y",
        "github:gbrigandi/mcp-server-wazuh"
      ]
    }
  }
}

From the README

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. This server transforms complex Wazuh API responses into MCP-compatible format,…
Read full README on GitHub →

Related ai & ml servers