Skip to main content
Glama

Wazuh MCP Server

by gensecaihq
__init__.py625 B
""" Wazuh MCP Server API clients. This module provides comprehensive API clients for interfacing with Wazuh components: - WazuhAPIClient: Core Wazuh Manager API client - WazuhClientManager: Unified client manager - WazuhIndexerClient: Elasticsearch/OpenSearch indexer client """ from .wazuh_client import WazuhAPIClient from .wazuh_client_manager import WazuhClientManager from .wazuh_indexer_client import WazuhIndexerClient from .wazuh_field_mappings import WazuhFieldMapper, WazuhVersion __all__ = [ "WazuhAPIClient", "WazuhClientManager", "WazuhIndexerClient", "WazuhFieldMapper", "WazuhVersion", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gensecaihq/Wazuh-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server