Skip to content
Cursor

Purify Security Feeds for Cursor

io.github.eason4kim-rocket/purify-feeds-mcp

Query CISA KEV / EPSS vulnerability feeds with full per-record provenance and auditable versions

client:Cursor transport:stdio runtime:oci

Install Purify Security Feeds 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": {
    "purify-feeds-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/eason4kim-rocket/purify-feeds-mcp:1.0.1"
      ],
      "env": {
        "PURIFY_API_KEY": "<PURIFY_API_KEY>",
        "PURIFY_API_URL": "<PURIFY_API_URL>"
      }
    }
  }
}

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

Purify Security Feeds in other clients