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

2つのスキャン結果を比較する

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