We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BurtTheCoder/mcp-virustotal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•371 B
# Required: Your VirusTotal API key from https://www.virustotal.com/
VIRUSTOTAL_API_KEY=your_api_key_here
# Optional: Transport mode ("stdio" or "httpStream")
MCP_TRANSPORT=stdio
# Optional: HTTP streaming port (only used when MCP_TRANSPORT=httpStream)
MCP_PORT=3000
# Optional: HTTP streaming endpoint path (only used when MCP_TRANSPORT=httpStream)
MCP_ENDPOINT=/mcp