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
__init__.py•283 B
"""FastMCP-powered Wazuh SIEM integration server.
This package provides a comprehensive interface between Wazuh SIEM and AI language models
through the Model Context Protocol (MCP), enabling natural language security operations.
"""
__version__ = "2.0.0"
__all__ = ["__version__"]