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
# Wazuh MCP SSE Server v3.0.0 - Production Grade
# MCP-compliant remote server with comprehensive monitoring
# Core MCP framework
fastmcp>=2.10.6
# Web framework for SSE endpoints
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
# HTTP client for Wazuh API with connection pooling
httpx>=0.28.0
# Data validation
pydantic>=2.10.0
# Environment configuration
python-dotenv>=1.0.0
# Authentication and security
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
python-multipart>=0.0.9 # Form data for OAuth token endpoint
# Monitoring and metrics
prometheus-client>=0.20.0
psutil>=5.9.0
# Performance and reliability
tenacity>=8.2.0 # Retry logic
aiofiles>=23.0.0 # Async file operations
# Session storage for serverless (optional)
redis[async]>=5.0.0 # Redis async client for serverless session storage
# Security and encryption
cryptography>=41.0.0 # Encryption for secrets