Skip to main content
Glama
devinshawntripp

ScanRook MCP Server

MCP-сервер ScanRook

Сервер MCP (Model Context Protocol), который предоставляет ИИ-ассистентам возможности сканирования уязвимостей через ScanRook.

Инструменты

Инструмент

Описание

scan_image

Сканирование образа Docker/OCI на наличие уязвимостей

scan_status

Проверка прогресса и результатов сканирования

get_findings

Получение подробных сведений об уязвимостях

search_cve

Поиск конкретной CVE

list_scans

Список недавних сканирований

analyze_licenses

Проверка соответствия лицензий

compare_scans

Сравнение результатов двух сканирований

check_package

Проверка пакета на наличие известных уязвимостей

Related MCP server: Grype MCP Server

Настройка

Установка

npm install -g scanrook-mcp

Конфигурация

Установите ваш API-ключ ScanRook:

export SCANROOK_API_KEY="your-api-key"
export SCANROOK_API_URL="https://scanrook.io"  # optional, defaults to scanrook.io

Использование с Claude Code

Добавьте в настройки MCP для Claude Code:

{
  "mcpServers": {
    "scanrook": {
      "command": "scanrook-mcp",
      "env": {
        "SCANROOK_API_KEY": "your-api-key"
      }
    }
  }
}

Использование с Claude Desktop

Добавьте в ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "scanrook": {
      "command": "npx",
      "args": ["scanrook-mcp"],
      "env": {
        "SCANROOK_API_KEY": "your-api-key"
      }
    }
  }
}

Примеры

После подключения вы можете попросить своего ИИ-ассистента:

  • "Scan nginx:1.27 for vulnerabilities"

  • "What's the status of my last scan?"

  • "Show me the critical findings"

  • "Is CVE-2024-0727 in my image?"

  • "Check if lodash 4.17.20 has any known vulnerabilities"

  • "Compare my latest scan with last week's scan"

  • "Analyze the licenses in my last scan"

Переменные окружения

Переменная

По умолчанию

Описание

SCANROOK_API_KEY

(обязательно)

Ваш API-ключ ScanRook

SCANROOK_API_URL

https://scanrook.io

Базовый URL API ScanRook

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides security scanning capabilities through Snyk CLI tools and REST API, enabling AI assistants to test projects for vulnerabilities, retrieve security issues, and manage Snyk projects with comprehensive SAST, container, and infrastructure as code scanning.
    2
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Enables AI assistants to perform vulnerability scanning using Grype, supporting scans of directories, container images, and packages via the Model Context Protocol.
    9
    9
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devinshawntripp/scanrook-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server