Loading MCP server directory, please wait...
CISA KEV with BOD 26-04 deadlines, SSVC prioritization, and the ICS advisory corpus (CSAF). Keyless.
npx @getmcp/cli add io.github.cyanheads/cisa-cybersecurity-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/cisa-cybersecurity-mcp-server": {
"command": "node",
"args": [
"@cyanheads/cisa-cybersecurity-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"CISA_KEV_REFRESH_CRON": "*/30 * * * *",
"CISA_CSAF_MIRROR_PATH": ".mirror/csaf.sqlite3",
"CISA_CSAF_MIRROR_AUTO_INIT": "true",
"CISA_CSAF_REFRESH_CRON": "17 */6 * * *",
"CISA_VULNRICHMENT_CACHE_TTL_SECONDS": "21600",
"CISA_FEED_CACHE_TTL_SECONDS": "900",
"CISA_HTTP_TIMEOUT_MS": "30000"
}
}
}
}