# GoogleContainerTools/distroless | Model Context Protocol (MCP) Server > 🥑 Language focused docker images, minus the operating system. - **Stars**: ⭐ 22,945 - **Language**: Starlark - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "distroless": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-distroless" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "distroless": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-distroless" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-distroless` - **Docker**: `docker run -i --rm mcp/distroless`