Skip to content
Cursor

VulnCheck for Cursor

io.github.vulncheck-oss/mcp

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

client:Cursor transport:stdio runtime:oci

Install VulnCheck in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VulnCheck in other clients