Skip to main content
Glama
entrypoint.sh531 B
#!/bin/bash set -e echo "Starting YaraFlux MCP Server" echo "Python version: $(python3 --version)" echo "YARA version: $(yara --version)" # List installed packages for debugging echo "Checking MCP installation:" if python3 -c "import mcp" &>/dev/null; then echo "MCP is properly installed" else echo "ERROR: MCP module not found" exit 1 fi # Check PYTHONPATH echo "PYTHONPATH: $PYTHONPATH" # Run the YaraFlux MCP server with the provided arguments exec python3 -m yaraflux_mcp_server.mcp_server --transport stdio

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

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