virustotal for Zed
io.github.burtthecoder/virustotal
MCP server for querying VirusTotal API with comprehensive security analysis tools.
client:Zed
transport:stdio
runtime:npm
Install virustotal in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"virustotal": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-virustotal"
],
"env": {
"VIRUSTOTAL_API_KEY": "<VIRUSTOTAL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs