# goodrain/rainbond | Model Context Protocol (MCP) Server > A container platform that needs no Kubernetes learning, Build, deploy, assemble, and manage apps on Kubernetes, no K8s expertise needed, all in a graphical platform. - **Stars**: ⭐ 6,244 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "rainbond": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rainbond" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "rainbond": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-rainbond" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-rainbond` - **Docker**: `docker run -i --rm mcp/rainbond`