Skip to main content
Glama

VirusTotal MCP Server

by emeryray2002
Dockerfile445 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.11-slim WORKDIR /app # Copy project files COPY . /app # Install dependencies without running any prepare scripts RUN pip install --no-cache-dir --upgrade pip \ && pip install --no-cache-dir . # Expose port if needed (not required for stdio transport) # Set the default command to run the MCP server CMD ["python", "-m", "virustotal_mcp"]

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/emeryray2002/virustotal-mcp'

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