MCP server for Docker Scout - container security scanning.
1.6K
eagle-scout
MCP Server for Docker Scout — Container security scanning via Model Context
Protocol.
What is eagle-scout?
eagle-scout connects AI assistants (Claude Desktop, Claude Code) to Docker Scout, enabling natural language container security scanning. Ask your AI to scan images for CVEs, generate SBOMs, compare versions, and more.
Quick Start
docker pull ryops/eagle-scout:1.2.3
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "eagle-scout": { "command": "docker", "args": ["run", "-i", "--rm", "-v", "/var/run/docker.sock:/var/run/docker.sock", "ryops/eagle-scout:1.2.3"] } } }
Supported Platforms
Multi-arch manifest — Docker automatically pulls the correct image for your platform.
Works natively on Intel and Apple Silicon.
MCP Tools
Prerequisites
Image Details
Links
Part of ry-ops
eagle-scout is part of the https://github.com/ry-ops fabric ecosystem alongside git-steer, aiana, and n8n-fabric.
Content type
Image
Digest
sha256:22f51500e…
Size
124.4 MB
Last updated
5 months ago
docker pull ryops/eagle-scout