# amir20/dozzle | Model Context Protocol (MCP) Server > Realtime log viewer for containers. Supports Docker, Swarm and K8s. - **Stars**: ⭐ 14,012 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "dozzle": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-dozzle" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "dozzle": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-dozzle" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-dozzle` - **Docker**: `docker run -i --rm mcp/dozzle`