Skip to content
Cursor

VulnFeed for Cursor

io.github.novadyne-hq/vulnfeed

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

client:Cursor transport:stdio runtime:pypi

Install VulnFeed in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VulnFeed in other clients