Trivy MCP
Securitystdio
Aqua Security's Trivy plugin that runs as a Model Context Protocol server, exposing Trivy's scanning capabilities to AI assistants. Scans container images, filesystems, and repositories for vulnerabilities, misconfigurations, exposed secrets, and license issues, returning structured findings agents can triage and act on.
Connect
Add this configuration to .claude/mcp.json
{
"mcpServers": {
"trivy": {
"command": "npx",
"args": []
}
}
}Tools (2)
scan_image
Scan a container image for vulnerabilities and misconfigurations.
{
"type": "object",
"required": [
"image"
],
"properties": {
"image": {
"type": "string",
"description": "Container image reference (e.g. nginx:latest)"
}
}
}scan_filesystem
Scan a local path for vulnerabilities, secrets, and misconfigurations.
{
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "Filesystem path to scan"
}
}
}Resources
This server does not expose any resources.
Prompts
This server does not expose any prompts.
Server information
- License
- Apache-2.0
- Stars
- 0
- Last updated
- July 25, 2026