grype mcp server
@ahmetak4n
关于 grype mcp server
MCP server for grype
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"grype-mcp-server": {
"command": "node",
"args": [
"${GRYPE_MCP_SERVER_PATH}/index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is grype mcp server?
Grype mcp server is a wrapper that exposes Anchore Grype’s vulnerability scanning capabilities through the Model Context Protocol (MCP). It allows developers to scan container images and file systems for known vulnerabilities directly from MCP‑compatible IDEs such as Cursor or Claude Desktop.
How to use grype mcp server?
Install the Grype CLI as a prerequisite. Then add the MCP server configuration to your MCP client (e.g., in claude_desktop_config.json or Cursor’s MCP settings) with command: "node" and args: ["${GRYPE_MCP_SERVER_PATH}/index.ts"]. Launch the IDE and invoke the scanner through its MCP interface.
Key features of grype mcp server
- Integrates Grype’s vulnerability scanner into MCP‑compatible IDEs
- Scans container images and file systems for known vulnerabilities
- No need to leave the IDE to use Grype
- Shows vulnerable packages and their locations
- Uses the full Grype vulnerability database
Use cases of grype mcp server
- Scan a Docker image for vulnerabilities during development
- Check a project’s file system dependencies for known CVEs
- Quickly locate vulnerable packages in a container or directory
FAQ from grype mcp server
What does grype mcp server do?
It provides an MCP interface to Anchore Grype, so developers can scan container images and file systems for vulnerabilities without leaving their IDE.
Does grype mcp server require Grype to be installed?
Yes. Grype must be installed separately as a dependency.
Which IDEs are supported?
The server works with any MCP‑compatible IDE, such as Cursor or Claude Desktop.
How do I configure the server?
Use the standard MCP server configuration with command: "node" and args: ["${GRYPE_MCP_SERVER_PATH}/index.ts"] in the mcpServers section of your client settings.
What kind of scans does it support?
It supports the same scan types as Grype: container images and file systems.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论