Back to Home
gbrigandi icon

mcp-server-wazuh

Verified Safe

by gbrigandi

Overview

This Rust-based server acts as a bridge between a Wazuh SIEM system and applications requiring contextual security data, especially for AI assistants using the Model Context Protocol (MCP).

Installation

Run Command
cargo run --bin mcp-server-wazuh

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

Security Notes

The server's tools primarily provide read-only access to Wazuh data, limiting the impact of potential misuse. It properly externalizes sensitive credentials to environment variables. However, the default setting of `WAZUH_VERIFY_SSL=false` for Wazuh API and Indexer connections is explicitly insecure and should be set to `true` in production environments after ensuring proper certificate validation.

Similar Servers

Stats

Interest Score61
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars148
Forks40
Last Update2025-12-12

Tags

WazuhSIEMSecurityMCPAI IntegrationRust