Skip to main content
Glama

Wazuh MCP Server

by gensecaihq
__init__.py921 B
""" Wazuh MCP Server - Production-grade Model Context Protocol server for Wazuh security platform. This package provides a comprehensive interface between Wazuh SIEM and AI language models through the Model Context Protocol (MCP), enabling natural language security operations. """ from .__version__ import __version__, __author__, __email__ # Optional imports that may not be available try: from .config import WazuhConfig _imports_available = True except ImportError: # Dependencies not available WazuhConfig = None _imports_available = False # Public API __all__ = [ "__version__", "__author__", "__email__", ] if _imports_available: __all__.extend(["WazuhConfig"]) # Package metadata __package_name__ = "wazuh-mcp-server" __description__ = "Production-grade Model Context Protocol server for Wazuh security platform" __url__ = "https://github.com/gensecaihq/Wazuh-MCP-Server"

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