exploitwatch for VS Code
com.edgethirteen.www/exploitwatch
Check a dependency list against CISA's live Known Exploited Vulnerabilities catalog.
client:VS Code
transport:streamable-http
Install exploitwatch in VS Code
.vscode/mcp.json
{
"servers": {
"exploitwatch": {
"type": "http",
"url": "https://www.edgethirteen.com/api/mcp/exploitwatch"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs