Skip to main content
Glama
devinshawntripp

ScanRook MCP Server

ScanRook MCP 服务器

一个 MCP (Model Context Protocol) 服务器,通过 ScanRook 为 AI 助手提供漏洞扫描功能。

工具

工具

描述

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 助手:

  • "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

(必需)

您的 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