Skip to content
Zed

VulnFeed for Zed

io.github.infai-tech/vulnfeed

Dependency vulnerability scanner with EPSS scoring. 9 MCP tools. Free tier + x402.

client:Zed transport:stdio runtime:pypi

Install VulnFeed in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "vulnfeed": {
      "command": "uvx",
      "args": [
        "vulnfeed-mcp"
      ],
      "env": {
        "VULNFEED_API_KEY": "<VULNFEED_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

VulnFeed in other clients