Skip to content
Zed

cisa kev mcp for Zed

io.github.mrfentmen/cisa-kev-mcp

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

client:Zed transport:stdio runtime:npm

Install cisa kev mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cisa-kev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cisa-kev-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cisa kev mcp in other clients