cve-cache for Windsurf
io.github.weiseer/cve-cache
Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).
client:Windsurf
transport:stdio
runtime:npm
Install cve-cache in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs