# DaoCloud/public-image-mirror | Model Context Protocol (MCP) Server > 很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。致力于提供连接全世界的稳定可靠安全的容器镜像服务。 - **Stars**: ⭐ 14,757 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "public-image-mirror": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-public-image-mirror" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "public-image-mirror": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-public-image-mirror" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-public-image-mirror` - **Docker**: `docker run -i --rm mcp/public-image-mirror`