Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Grype

FreeNot checked

MCP server for grype

GitHubEmbed

About

MCP server for grype

README

Grype is a vulnerability scanner for container images and file systems. Security teams use grype easily but developers can struggle while using it to finding vulnerable packages or their locations. Grype mcp server allows developers to easily use the grype tool with IDE like Cursor or Claude Desktop.

setup

dependencies

  • grype

configurations

{
  "mcpServers": {
    "grype-mcp-server": {
      "command": "node",
      "args": ["${GRYPE_MCP_SERVER_PATH}/index.ts"]
    }
  }
}

screenshots

image image

from github.com/ahmetak4n/grype-mcp

Installing Grype

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ahmetak4n/grype-mcp

FAQ

Is Grype MCP free?

Yes, Grype MCP is free — one-click install via Unyly at no cost.

Does Grype need an API key?

No, Grype runs without API keys or environment variables.

Is Grype hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Grype in Claude Desktop, Claude Code or Cursor?

Open Grype on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Grype with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs