MCP Server
MCP
VulnCheck
VulnCheck exploit intelligence — CVE research, exploit data, advisories, and threat analysis.
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
By
Comments
Sign in to leave a comment