loading…
Search for a command to run...
loading…
Enables AI assistants to perform vulnerability scanning on Docker/OCI images, check CVE details, analyze licenses, and compare scan results via ScanRook.
Enables AI assistants to perform vulnerability scanning on Docker/OCI images, check CVE details, analyze licenses, and compare scan results via ScanRook.
An MCP (Model Context Protocol) server that gives AI assistants vulnerability scanning capabilities via ScanRook.
| Tool | Description |
|---|---|
scan_image |
Scan a Docker/OCI image for vulnerabilities |
scan_status |
Check scan progress and results |
get_findings |
Get detailed vulnerability findings |
search_cve |
Look up a specific CVE |
list_scans |
List recent scans |
analyze_licenses |
Check license compliance |
compare_scans |
Compare findings between two scans |
check_package |
Check a package for known vulnerabilities |
npm install -g scanrook-mcp
Set your ScanRook API key:
export SCANROOK_API_KEY="your-api-key"
export SCANROOK_API_URL="https://scanrook.io" # optional, defaults to scanrook.io
Add to your Claude Code MCP settings:
{
"mcpServers": {
"scanrook": {
"command": "scanrook-mcp",
"env": {
"SCANROOK_API_KEY": "your-api-key"
}
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"scanrook": {
"command": "npx",
"args": ["scanrook-mcp"],
"env": {
"SCANROOK_API_KEY": "your-api-key"
}
}
}
}
Once connected, you can ask your AI assistant:
| Variable | Default | Description |
|---|---|---|
SCANROOK_API_KEY |
(required) | Your ScanRook API key |
SCANROOK_API_URL |
https://scanrook.io |
ScanRook API base URL |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"scanrook-mcp-server": {
"command": "npx",
"args": []
}
}
}