Skip to content
Gemini CLI

Purify Security Feeds for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:oci

Install Purify Security Feeds in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Purify Security Feeds in other clients