mcpbeat Sign in

Cisa Kev MCP Server

local only

Cisa Kev MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

Use this MCP server to CISA Known Exploited Vulnerabilities catalog search. Tools include search...

Installs / week
npm · cisa-kev-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cisa Kev MCP 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 cisa-kev-mcp -- npx -y cisa-kev-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cisa-kev-mcp": {
      "args": [
        "-y",
        "cisa-kev-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cisa-kev-mcp]
command = "npx"
args = ["-y", "cisa-kev-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cisa-kev-mcp": {
      "args": [
        "-y",
        "cisa-kev-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cisa-kev-mcp": {
      "args": [
        "-y",
        "cisa-kev-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cisa Kev MCP

same job, measured the same way
Cisa Kev
by pipeworx-io

CISA Known Exploited Vulnerabilities catalog

35 tools answering
CISA Known Exploited Vulnerabilities (kevwatch)
by a2awire

CISA KEV catalog: active-exploit alerts, hourly. Register in-session — free testnet funds.

16 tools answering
Cisa Kev MCP
by csoai-org

CISA Known Exploited Vulnerabilities feed + remediation deadlines for US federal + critical infr...

138 installs/wk local only
Exploitwatch
by vercel-exploitwatch-kappa

Check dependencies against CISA's real Known Exploited Vulnerabilities feed.

1 tools answering
Osv MCP
by mrfentmen

Use this MCP server to OSV open source vulnerability data and package security checks. Tools...

local only
NotCVE — CVE & Vulnerability Intelligence
by notcve

CVE & vulnerability search: 365k+ CVEs/NotCVEs, CVSS, EPSS, CISA KEV, exploits, patches, versions.

answering
Base Security Scanner MCP
by lordbasilaiassistant-sudo

MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.

68 installs/wk local only
Vanta
by mindstone

Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs

91 installs/wk local only

Cisa Kev MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cisa Kev MCP?
Cisa Kev MCP 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 cisa-kev-mcp.
How do I connect Cisa Kev MCP?
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 cisa-kev-mcp straight from npm; nothing to host, nothing to sign up for.
Is Cisa Kev MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.