mcpbeat Sign in

cve-cache MCP Server

local only

cve-cache runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 1 Jun 2026.

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

Installs per day peak 13 · avg 6 · +182% w/w
a month agotoday
40
Installs / week
npm · @weiseer/cve-cache-mcp
0
Stars
0 open issues
1 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check cve-cache every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cve-cache -- npx -y @weiseer/cve-cache-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cve-cache": {
      "args": [
        "-y",
        "@weiseer/cve-cache-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cve-cache]
command = "npx"
args = ["-y", "@weiseer/cve-cache-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cve-cache": {
      "args": [
        "-y",
        "@weiseer/cve-cache-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cve-cache": {
      "args": [
        "-y",
        "@weiseer/cve-cache-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CVE_CACHE_URL (Override remote snapshot URL), CVE_CACHE_LOCAL_ONLY (Skip remote fetch). The author declared them in the registry entry; get the values from the project itself.

Alternatives to cve-cache

same job, measured the same way
git-a2a
by neprel

Git module dependencies and owning-agent routing for coding agents

76 installs/wk local only
Freshdeps MCP
by solvohq

Live npm/PyPI dependency-health verdicts so AI agents stop recommending stale or CVE'd packages

local only
Security Intel MCP
by datakoot

CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

5 tools answering
Agent Tasks
by keshrath

Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

110 installs/wk local only
Security Intel MCP
by datakoot

CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

5 tools answering
Maven Tools MCP
by arvindand

JVM dependency intelligence for AI assistants via Maven Central

local only
4da MCP Server
by runyourempire

Dependency intelligence for AI agents. CVE scanning, health checks, upgrade planning.

214 installs/wk local only
4da MCP Server
by 4da-systems

Dependency intelligence for AI agents. CVE scanning, health checks, upgrade planning.

local only

cve-cache — questions

Answers built from our own checks of this server.

Why is there no uptime for cve-cache?
cve-cache runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @weiseer/cve-cache-mcp was installed 40 times last week.
How do I connect cve-cache?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @weiseer/cve-cache-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use cve-cache?
The npm package @weiseer/cve-cache-mcp was installed 40 times in the last week. Week over week that is +182%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is cve-cache open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.