Skip to main content
Glama
docker-compose.yml382 B
version: '3.8' services: mcp-server: build: . ports: - "8000:8000" environment: - WAZUH_HOST=${WAZUH_HOST:-localhost} - WAZUH_PORT=${WAZUH_PORT:-55000} - WAZUH_USER=${WAZUH_USER:-admin} - WAZUH_PASS=${WAZUH_PASS:-admin} - VERIFY_SSL=${VERIFY_SSL:-false} - MCP_SERVER_PORT=${MCP_SERVER_PORT:-8000} restart: unless-stopped

Latest Blog Posts

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/gbrigandi/mcp-server-wazuh'

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