cursor-mcp-trivy

cursor-mcp-trivy

3.4

If you are the rightful owner of cursor-mcp-trivy and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides Trivy security scanning capabilities through a standardized interface.

The Trivy Security Scanner MCP Server is a proof of concept project designed to demonstrate the integration capabilities between MCP, Cursor IDE, and Trivy. It allows users to scan their project directories for security vulnerabilities using Trivy, automatically update vulnerable dependencies, and supports multiple package managers such as Python, Node.js, Ruby, and Go. This server is intended for experimentation and learning purposes and is not production-ready. It provides a standardized interface for security scanning, making it easier to integrate with various development environments.

Features

  • Project Scanning: Automatically scan your project directory for security vulnerabilities using Trivy.
  • Automated Fixes: Automatically update vulnerable dependencies to secure versions.
  • Multi-Package Support: Handles multiple package managers (Python, Node.js, Ruby, Go).

Tools

  1. scan_project

    Scans a directory for security vulnerabilities.

  2. fix_vulnerability

    Updates a vulnerable package to a secure version.