# anchore/grype | Model Context Protocol (MCP) Server > A vulnerability scanner for container images and filesystems - **Stars**: ⭐ 12,467 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "grype": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-grype" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "grype": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-grype" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-grype` - **Docker**: `docker run -i --rm mcp/grype`