# psviderski/uncloud | Model Context Protocol (MCP) Server > A lightweight tool for deploying and managing containerised applications across a network of Docker hosts. Bridging the gap between Docker and Kubernetes ✨ - **Stars**: ⭐ 5,375 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "uncloud": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-uncloud" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "uncloud": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-uncloud" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-uncloud` - **Docker**: `docker run -i --rm mcp/uncloud`