# oracle/docker-images | Model Context Protocol (MCP) Server > Official source of container configurations, images, and examples for Oracle products and projects - **Stars**: ⭐ 6,970 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "docker-images": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-docker-images" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "docker-images": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-docker-images" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-docker-images` - **Docker**: `docker run -i --rm mcp/docker-images`