Stats
Actions
Tags
From chainguard-codegen
Local stdio server running Chainguard dfc-mcp Docker container. Converts Dockerfiles to use Chainguard Containers with package and base image mapping.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dfc": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"cgr.dev/chainguard/dfc-mcp"
]
}
}
}Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub chainguard-demo/claude-plugins --plugin chainguard-codegen