ScanRook MCP Server
ScanRook MCPサーバー
ScanRookを介してAIアシスタントに脆弱性スキャン機能を提供するMCP (Model Context Protocol)サーバーです。
ツール
ツール | 説明 |
| Docker/OCIイメージの脆弱性をスキャンする |
| スキャンの進捗と結果を確認する |
| 詳細な脆弱性の調査結果を取得する |
| 特定のCVEを検索する |
| 最近のスキャンを一覧表示する |
| ライセンスコンプライアンスを確認する |
| 2つのスキャン結果を比較する |
| パッケージの既知の脆弱性を確認する |
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.ioClaude 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キー |
|
| ScanRook APIのベースURL |
Maintenance
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
- AlicenseNot gradedqualityFmaintenanceProvides 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.2MIT

Grype MCP Serverofficial
AlicenseAqualityFmaintenanceEnables AI assistants to perform vulnerability scanning using Grype, supporting scans of directories, container images, and packages via the Model Context Protocol.99Apache 2.0- AlicenseAqualityBmaintenanceEnables AI agents to query yamory vulnerability management for vulnerability detection, risk assessment, and remediation guidance.532MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, analyze, and manage Docker images on Docker Hub through standardized MCP tools, with features including security scanning, layer analysis, and image comparison.
Related MCP Connectors
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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