- ClamAV MCP
ClamAV MCP
This MCP scans files using ClamAV to detect viruses, malware, and other threats
Overview
what is ClamAV MCP?
ClamAV MCP is a simple server that allows users to scan files for viruses using the ClamAV engine.
https://github.com/a2amarket/mcp-clamav
how to use ClamAV MCP?
To use ClamAV MCP, install ClamAV on your system, run the MCP server using the command uv run main.py, and then send files to be scanned via the provided API endpoint.
key features of ClamAV MCP?
- Utilizes the ClamAV engine for virus scanning
- Provides a simple API for file scanning
- Supports scanning files encoded in Base64
use cases of ClamAV MCP?
- Scanning uploaded files in web applications for malware.
- Integrating virus scanning into automated workflows.
- Ensuring file safety in file-sharing services.
FAQ from ClamAV MCP?
- What is required to run ClamAV MCP?
You need to have ClamAV installed on your system.
- How do I install ClamAV?
Installation instructions are provided for Ubuntu, Windows, and macOS.
- What is the API endpoint for scanning files?
The API provides a
scan_fileendpoint that accepts Base64 encoded file data.
Server Config
{
"mcpServers": {
"ClamAV Scanner": {
"url": "http://127.0.0.1:8000/sse"
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
matank001Star
-Language
-License
-