Back to directory
gbrigandi/mcp-server-wazuh

gbrigandi/mcp-server-wazuh

@gbrigandi

MCP Server for Wazuh SIEM - 提供安全信息和事件管理系统的自然语言交互接口

wazuhsiemsecuritymonitoringalertsvulnerabilityrustmcptool

Installation & Configuration

{
  "mcpServers": {
    "wazuh": {
      "command": "/path/to/mcp-server-wazuh",
      "args": [],
      "env": {
        "WAZUH_API_HOST": "your_wazuh_manager_api_host",
        "WAZUH_API_PORT": "55000",
        "WAZUH_API_USERNAME": "your_wazuh_api_user",
        "WAZUH_API_PASSWORD": "your_wazuh_api_password",
        "WAZUH_INDEXER_HOST": "your_wazuh_indexer_host",
        "WAZUH_INDEXER_PORT": "9200",
        "WAZUH_INDEXER_USERNAME": "your_wazuh_indexer_user",
        "WAZUH_INDEXER_PASSWORD": "your_wazuh_indexer_password",
        "WAZUH_VERIFY_SSL": "false",
        "WAZUH_TEST_PROTOCOL": "https",
        "RUST_LOG": "info"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Rust
Created
2026/6/12
Updated
2026/6/12