Skip to content
Zed

cve-cache for Zed

io.github.weiseer/cve-cache

Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).

client:Zed transport:stdio runtime:npm

Install cve-cache in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "cve-cache": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/cve-cache-mcp"
      ],
      "env": {
        "CVE_CACHE_URL": "<CVE_CACHE_URL>",
        "CVE_CACHE_LOCAL_ONLY": "<CVE_CACHE_LOCAL_ONLY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cve-cache in other clients