Skip to main content
Glama
devinshawntripp

ScanRook MCP Server

ScanRook MCP 서버

ScanRook을 통해 AI 어시스턴트에게 취약점 스캔 기능을 제공하는 MCP (Model Context Protocol) 서버입니다.

도구

도구

설명

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

구성

ScanRook API 키를 설정하세요:

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

Claude Code와 함께 사용

Claude Code MCP 설정에 추가하세요:

{
  "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"
      }
    }
  }
}

예시

연결 후 AI 어시스턴트에게 다음과 같이 요청할 수 있습니다:

  • "nginx:1.27 이미지의 취약점을 스캔해줘"

  • "마지막 스캔 상태가 어때?"

  • "심각한 취약점 결과를 보여줘"

  • "내 이미지에 CVE-2024-0727이 포함되어 있어?"

  • "lodash 4.17.20에 알려진 취약점이 있는지 확인해줘"

  • "최근 스캔 결과와 지난주 스캔 결과를 비교해줘"

  • "마지막 스캔의 라이선스를 분석해줘"

환경 변수

변수

기본값

설명

SCANROOK_API_KEY

(필수)

ScanRook API 키

SCANROOK_API_URL

https://scanrook.io

ScanRook API 기본 URL

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