Skip to content
Gemini CLI

virustotal for Gemini CLI

io.github.burtthecoder/virustotal

MCP server for querying VirusTotal API with comprehensive security analysis tools.

client:Gemini CLI transport:stdio runtime:npm

Install virustotal in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "virustotal": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-virustotal"
      ],
      "env": {
        "VIRUSTOTAL_API_KEY": "<VIRUSTOTAL_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

virustotal in other clients