distroless

GitHub

๐Ÿฅ‘ Language focused docker images, minus the operating system.

22,945 stars Starlark #bazel#docker
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "distroless": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-distroless"
      ]
    }
  }
}