VulnCheck for VS Code
io.github.vulncheck-oss/mcp
VulnCheck exploit intelligence — CVE research, exploit data, advisories, and threat analysis.
client:VS Code
transport:stdio
runtime:oci
Install VulnCheck in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vulncheck-oss/mcp:0.2.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs