Skip to content
Zed

VulnCheck for Zed

io.github.vulncheck-oss/mcp

VulnCheck exploit intelligence — CVE research, exploit data, advisories, and threat analysis.

client:Zed transport:stdio runtime:oci

Install VulnCheck in Zed

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

{
  "context_servers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/vulncheck-oss/mcp:0.2.2"
      ]
    }
  }
}

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

VulnCheck in other clients