ClamAV MCP
Simple ClamAV MCP that allows scanning files for viruses using the ClamAV engine.
Requirements
This project requires ClamAV to be installed on your system. Here's how to install it:
Ubuntu/Debian
Windows
- Download the ClamAV installer from ClamAV's official website
- Run the installer and follow the setup wizard
- Make sure to add ClamAV to your system PATH
macOS
Usage
To run the MCP server:
The server will start and listen for SSE connections on port 8000 by default.
Cursor Configuration
To use this MCP with Cursor, add the following configuration to your Cursor settings:
This configuration tells Cursor to connect to the ClamAV MCP server.
API
The MCP provides a single endpoint:
scan_file
- Parameters:
base64_data
: Base64 encoded string of the file to scanfilename
: Name of the file to use in the scan
- Returns:
success
: Boolean indicating if the scan was successfulresult
: Raw output from clamscan commanderror
: Error message if the scan failed
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server that enables scanning files for viruses using the ClamAV engine, providing a simple integration with Cursor IDE via SSE connections.
Related MCP Servers
- AsecurityAlicenseAqualityA MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports.Last updated -74417TypeScriptMIT License
- -securityFlicense-qualityServer that enhances the capabilities of the Cline coding agent. It provides intelligent code suggestions, reduces hallucinations, and documents the knowledge base by leveraging your project's documentation and detecting the technologies used in your codebase.Last updated -10JavaScript
- -securityAlicense-qualityA Model Context Protocol (MCP) server for Cursor IDE that simplifies the installation and configuration of other MCP servers.Last updated -88223JavaScriptMIT License
- -security-license-qualityA Python-based local indexing server that creates semantic search capabilities for codebases using ChromaDB, allowing Cursor IDE to perform vector searches on your code without sending data to external services.Last updated -5Python