Odel
cve-cache

cve-cache

Local
@weiseerJavaScriptUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@weiseer/cve-cache-mcpv0.1.1

Run

npx -y @weiseer/cve-cache-mcp

MCP client config

{
  "mcpServers": {
    "cve-cache": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/cve-cache-mcp"
      ]
    }
  }
}