Skip to main content
Glama
env.example.txt1.04 kB
# WireMCP Secure Configuration # Copy this file to .env and adjust settings as needed # Environment (development or production) NODE_ENV=production # Security Settings MAX_CAPTURE_DURATION=60 MIN_CAPTURE_DURATION=1 MAX_CAPTURE_SIZE=104857600 MAX_OUTPUT_SIZE=1048576 # Rate Limiting RATE_LIMIT_ENABLED=true RATE_LIMIT_MAX=5 RATE_LIMIT_WINDOW_MS=60000 MAX_CONCURRENT_CAPTURES=3 # Network Settings # Comma-separated list of allowed interfaces (empty = allow all) ALLOWED_INTERFACES= DEFAULT_INTERFACE=en0 # PCAP File Access # Comma-separated list of allowed directories for PCAP files ALLOWED_PCAP_DIRS=/tmp/wiremcp,/var/wiremcp/pcaps # Temporary Directory TEMP_DIR=/tmp/wiremcp # Threat Intelligence THREAT_INTEL_ENABLED=true THREAT_CACHE_TTL=3600 # Audit Logging AUDIT_ENABLED=true AUDIT_LOG_FILE=/tmp/wiremcp-audit.log AUDIT_LOG_LEVEL=info # Data Privacy SANITIZE_DATA=true # Restricted Features (disabled by default for security) ENABLE_CREDENTIAL_EXTRACTION=false # tshark Path (leave empty for auto-detection) TSHARK_PATH=

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/anishphilip012git/WireMCP-Secure'

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