← Back to Plugins
MCP Server MCP

VulnCheck

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/vulncheck-oss/mcp:0.2.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/vulncheck-oss/mcp:0.2.0",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "VulnCheck API token for authenticating requests.",
          "isRequired": true,
          "value": "VULNCHECK_API_TOKEN={token}",
          "variables": {
            "token": {
              "isRequired": true,
              "format": "string",
              "isSecret": true
            }
          },
          "type": "named",
          "name": "-e"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...