oci ghcr.io/vulncheck-oss/mcp:0.2.1stdioMITupdated 12d ago
The VulnCheck MCP Server connects AI assistants to VulnCheck vulnerability intelligence. Ask your AI tools about CVEs, exploits, advisories, and vulnerable packages — directly in your editor or terminal, using natural language.
O que dá para fazer com VulnCheck?
The VulnCheck MCP Server
The VulnCheck MCP Server connects AI assistants to VulnCheck vulnerability intelligence. Ask your AI tools about CVEs, exploits, advisories, and vulnerable packages — directly in your editor or terminal, using natural language.
Use Cases
- CVE research: Look up vulnerability details, severity, exploitability, and affected versions while reviewing code or triaging issues
- Dependency analysis: Check packages by CPE or PURL to identify known vulnerabilities before shipping
- Exploit intelligence: Determine whether a CVE has known exploit code, active exploitation, or C2 indicators
- Advisory lookup: Search vendor and ecosystem advisories by package, product, or keyword
- Index queries: Query VulnCheck's breach, botnet, and threat intelligence indices for real-time context
Requirements
- A VulnCheck API token — create one here
Installation
Download the latest release from the Releases page, or use the Docker image (ghcr.io/vulncheck-oss/mcp).
| Platform | Archive |
|---|---|
| macOS (Apple Silicon) | vulncheck-mcp_1.2.3_darwin_arm64.tar.gz |
| macOS (Intel) | vulncheck-mcp_1.2.3_darwin_amd64.tar.gz |
| Linux | vulncheck-mcp_1.2.3_linux_amd64.tar.gz |
| Windows | vulncheck-mcp_1.2.3_windows_amd64.zip |
Install in Your AI Client
Available Tools
See docs/tools.md for the full list of available tools.
Development
make build # build for current platform → bin/vulncheck-mcp
make snapshot # cross-compile all platforms via GoReleaser → dist/
make test # run tests
make lint # run golangci-lint
Instalação
Adicione VulnCheck ao seu cliente. Escolha o que você usa.
claude mcp add ghcr-io-vulncheck-oss-mcp-0-2-1 -- docker run -i --rm ghcr.io/vulncheck-oss/mcp:0.2.1codex mcp add ghcr-io-vulncheck-oss-mcp-0-2-1 -- docker run -i --rm ghcr.io/vulncheck-oss/mcp:0.2.1amp mcp add ghcr-io-vulncheck-oss-mcp-0-2-1 -- docker run -i --rm ghcr.io/vulncheck-oss/mcp:0.2.1{
"mcpServers": {
"ghcr-io-vulncheck-oss-mcp-0-2-1": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vulncheck-oss/mcp:0.2.1"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ghcr-io-vulncheck-oss-mcp-0-2-1": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vulncheck-oss/mcp:0.2.1"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ghcr-io-vulncheck-oss-mcp-0-2-1","command":"docker","args":["run","-i","--rm","ghcr.io/vulncheck-oss/mcp:0.2.1"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ghcr-io-vulncheck-oss-mcp-0-2-1": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vulncheck-oss/mcp:0.2.1"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ghcr-io-vulncheck-oss-mcp-0-2-1": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vulncheck-oss/mcp:0.2.1"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ghcr-io-vulncheck-oss-mcp-0-2-1": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vulncheck-oss/mcp:0.2.1"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ghcr-io-vulncheck-oss-mcp-0-2-1": {
"type": "local",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vulncheck-oss/mcp:0.2.1"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ghcr-io-vulncheck-oss-mcp-0-2-1": {
"command": {
"path": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/vulncheck-oss/mcp:0.2.1"
]
}
}
}
}Add to your Zed `settings.json`.
docker run -i --rm ghcr.io/vulncheck-oss/mcp:0.2.1Run `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação17/25
- Manutenção25/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.2.1Mais recente | 25 de ago. de 2026 |
| 0.2.0 | 18 de ago. de 2026 |
| 0.1.2 | 5 de ago. de 2026 |
| 0.1.1 | 31 de jul. de 2026 |
| 0.1.0 | 11 de jun. de 2026 |