C
ClamAV Virus Scanner
Provides virus scanning capabilities for files by integrating with the ClamAV antivirus engine, enabling secure validation of file safety before processing.
Share:
About
Provides virus scanning capabilities for files by integrating with the ClamAV antivirus engine, enabling secure validation of file safety before processing.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install ClamAV Virus Scanner
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"clamav-virus-scanner": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-clamav-virus-scanner"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"clamav-virus-scanner": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-clamav-virus-scanner"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"clamav-virus-scanner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-clamav-virus-scanner"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.