Skip to main content
Glama

YaraFlux MCP Server

.env533 B
# Basic settings DEBUG=true APP_NAME="YaraFlux MCP Server" # JWT Authentication JWT_SECRET_KEY=test_secret_key_for_development JWT_ALGORITHM=HS256 JWT_ACCESS_TOKEN_EXPIRE_MINUTES=30 # Storage settings USE_MINIO=false STORAGE_DIR=./data # YARA settings YARA_RULES_DIR=./data/rules YARA_SAMPLES_DIR=./data/samples YARA_RESULTS_DIR=./data/results YARA_MAX_FILE_SIZE=104857600 YARA_SCAN_TIMEOUT=60 YARA_INCLUDE_DEFAULT_RULES=true # User settings ADMIN_USERNAME=admin ADMIN_PASSWORD=admin123 # Server settings HOST=0.0.0.0 PORT=8000

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