Back to Apps

Trivy MCP Server
by aquasecurity
Integrate Trivy's security scanning capabilities directly into your AI tools for natural language vulnerability analysis.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Trivy MCP Server connects the powerful Trivy security scanner to MCP-enabled AI tools, allowing developers to ask natural language questions about security vulnerabilities and misconfigurations in their projects.
Tools
- Scan Filesystem: Analyze local project files for security issues.
- Scan Image: Perform vulnerability scanning on container images.
- Scan Remote Repo: Analyze security of remote repositories.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"trivy": {
"command": "trivy",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code
- JetBrains IDEs
Quick install
trivy plugin install mcp && trivy mcpInformation
- Pricing
- free
- Published
- 6/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add 'trivy' with args ['mcp'] to MCP settingsClaude Desktop
{
"mcpServers": {
"trivy": {
"command": "trivy",
"args": ["mcp"]
}
}
}





