Skip to main content
Glama

YaraFlux MCP Server

.env.example435 B
# Security JWT_SECRET_KEY=your-jwt-secret-key ADMIN_PASSWORD=your-secure-admin-password # Storage settings USE_MINIO=true MINIO_ENDPOINT=localhost:9000 MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minio123 MINIO_SECURE=false MINIO_BUCKET_RULES=yara-rules MINIO_BUCKET_SAMPLES=yara-samples MINIO_BUCKET_RESULTS=yara-results # Debug mode DEBUG=true # Server settings HOST=0.0.0.0 PORT=8000 # YARA settings YARA_INCLUDE_DEFAULT_RULES=true

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/ThreatFlux/YaraFlux'

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