Compiled Chainguard documentation optimized for use with AI coding assistants
5 min read
Page copied!
AI-Ready Documentation Bundle
This page provides compiled Chainguard documentation optimized for use with AI coding assistants like Claude, ChatGPT, GitHub Copilot, and others. Choose between our cryptographically signed direct downloads or our secure container distribution.
What’s Included
A comprehensive collection of Chainguard documentation including:
Complete Chainguard Containers documentation
Security best practices and CVE management
Migration guides and tutorials
API references and code examples
Wolfi, melange, and apko documentation
Compliance and supply chain security guides
Download AI Documentation Bundle
New: MCP Server Support
Run the container as an MCP (Model Context Protocol) server for searchable, on-demand access to Chainguard documentation in AI assistants and IDEs.
Container Distribution Recommended For enhanced security and verification, we recommend using the Chainguard container image. It includes built-in verification, runs as non-root, and is built on our secure wolfi-base image.
Cryptographically signed documentation bundle (~1.7MB)
Includes Cosign signatures and certificates
Container Distribution
Pull the secure, Chainguard-based container with embedded documentation:
# Pull the container image (built on Chainguard wolfi-base)
docker pull ghcr.io/chainguard-dev/ai-docs:latest
# View available commands and usage
docker run --rm ghcr.io/chainguard-dev/ai-docs:latest
# Verify documentation integrity
docker run --rm ghcr.io/chainguard-dev/ai-docs:latest verify
# Extract documentation to current directory
docker run --rm -v $(pwd):/output ghcr.io/chainguard-dev/ai-docs:latest extract /output
Container Features:
Built on Chainguard’s minimal wolfi-base image
Runs as non-root user for enhanced security
Includes verification scripts and checksums
Cryptographically signed with Cosign
Automatically updated weekly
Verify Container Signature:
# Verify the container image signature with Cosign
cosign verify ghcr.io/chainguard-dev/ai-docs:latest \
--certificate-identity-regexp ".*github.com/chainguard-dev/edu.*" \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
MCP Server (Model Context Protocol)
Recommended for: Developers, agent workflows, IDE integration
Run the container as an MCP server to provide AI assistants with searchable, on-demand access to Chainguard documentation:
# Run as MCP server
docker run --rm -i ghcr.io/chainguard-dev/ai-docs:latest serve-mcp
MCP Tools Available:
search_docs - Search across all documentation
get_image_docs - Get specific container image docs
list_images - List and filter available images with upstream mappings
get_security_docs - Get CVE and security information
get_tool_docs - Get wolfi/apko/melange/chainctl docs
find_package_equivalent - Find Wolfi packages for upstream OS packages (Debian, Fedora, Alpine)
check_image_freshness - Live registry check for image tags and availability
# Download the documentation bundle from GitHub releases
curl -LO https://github.com/chainguard-dev/edu/releases/download/ai-docs-bundle/chainguard-ai-docs.tar.gz
# Extract the markdown file
tar -xzf chainguard-ai-docs.tar.gz
# The extracted file 'chainguard-ai-docs.md' is ready to use with your AI assistant
Security Features
Available Security Features
Signed releases with Sigstore/Cosign
Container distribution via GitHub Container Registry