Purify Security Feeds for Zed
io.github.eason4kim-rocket/purify-feeds-mcp
Query CISA KEV / EPSS vulnerability feeds with full per-record provenance and auditable versions
client:Zed
transport:stdio
runtime:oci
Install Purify Security Feeds in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs