docker-images

GitHub

Official source of container configurations, images, and examples for Oracle products and projects

RAW Config

Claude Desktop Configuration

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

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