Skip to content
Claude Desktop

Purify Security Feeds for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:oci

Install Purify Security Feeds in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "purify-feeds-mcp": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Purify Security Feeds in other clients