MCP.so
登录

Trivy MCP Server Plugin

@aquasecurity

关于 Trivy MCP Server Plugin

Trivy plugin for starting an MCP server

基本信息

分类

开发工具

许可证

MIT

运行时

go

传输方式

stdio

发布者

aquasecurity

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Trivy MCP Server Plugin?

Trivy MCP Server Plugin starts a Model Context Protocol (MCP) server that integrates Trivy's security scanning capabilities with VS Code and other MCP-enabled tools, allowing users to ask security-related questions in natural language.

How to use Trivy MCP Server Plugin?

Install the plugin with trivy plugin install mcp, then start the server with trivy mcp. After configuring your IDE, you can ask natural language security questions such as "Are there any vulnerabilities or misconfigurations in this project?"

Key features of Trivy MCP Server Plugin

  • Natural language scanning for security issues
  • Filesystem scanning for local projects
  • Container image vulnerability scanning
  • Remote repository security analysis
  • Optional integration with Aqua Security’s platform
  • Support for stdio, streamable HTTP, and SSE transports

Use cases of Trivy MCP Server Plugin

  • Scan a local project’s filesystem for vulnerabilities and misconfigurations
  • Analyze container images for known security issues
  • Audit remote repositories without cloning them locally
  • Ask security questions directly from VS Code, Cursor, JetBrains IDEs, or Claude Desktop

FAQ from Trivy MCP Server Plugin

What transport protocols does Trivy MCP Server Plugin support?

It supports stdio, streamable HTTP, and Server‑Sent Events (SSE) transport protocols.

Can I use it without the Aqua Platform?

Yes, the Aqua Platform integration is optional and only needed for enhanced scanning and assurance policy compliance.

How do I install the Trivy MCP Server Plugin?

Run trivy plugin install mcp in your terminal, then start the server with trivy mcp.

Which IDEs are supported?

The plugin works with VS Code, Cursor, JetBrains IDEs, and Claude Desktop.

Does the plugin require authentication?

Authentication is not required by default, but optional authentication is available for Aqua Platform integration (see the docs for details).

评论

开发工具 分类下的更多 MCP 服务器