Scans files for viruses using the ClamAV engine through a simple MCP server.
ClamAV provides a simple MCP server that allows scanning files for viruses using the ClamAV engine. It exposes a single endpoint to scan files based on base64 encoded data and filename. The server is designed to integrate with applications like Cursor, enhancing their security by providing on-demand virus scanning capabilities.
Key Features
01Integrates with applications such as Cursor
02Base64 encoded file data input
031 GitHub stars
04Single API endpoint for file scanning
05Scans files for viruses using ClamAV engine
06Returns scan result and error information
Use Cases
01Integrate virus scanning capabilities into applications