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.
Frequently Asked Questions
Common questions about ClamAV Virus Scanner.
- What is the ClamAV Virus Scanner MCP for?
- This MCP integrates with the ClamAV antivirus engine to provide virus scanning for files. It allows for validating file safety before further processing within other applications or workflows.
- How do I install the ClamAV Virus Scanner in a client?
- Installation typically involves adding the MCP's repository URL to your client's settings and then selecting it from available integrations. Specific steps vary based on the MCP client used, such as Claude Desktop, Cursor, or Cline.
- Does the ClamAV Virus Scanner MCP require any authentication credentials?
- No, this MCP does not require an API key, OAuth, or other authentication credentials for its operation. It functions with no authentication based on the provided details.
- What are the primary capabilities exposed by this MCP?
- The ClamAV Virus Scanner MCP primarily exposes file scanning capabilities. It enables users to submit files for virus detection using the integrated ClamAV engine.
- What is the licensing model for the ClamAV Virus Scanner MCP?
- The licensing for the ClamAV Virus Scanner MCP itself would depend on its specific distribution terms. The underlying ClamAV engine is open-source and freely available, but this MCP's licensing would be separate.
- What is a key prerequisite for using the ClamAV Virus Scanner MCP?
- A key prerequisite is having the ClamAV antivirus engine properly installed and accessible within the environment where the MCP is deployed. The MCP acts as an interface to this existing engine.
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.