# openkruise/kruise | Model Context Protocol (MCP) Server > Automated management of large-scale applications on Kubernetes (incubating project under CNCF) - **Stars**: ⭐ 5,235 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "kruise": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kruise" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "kruise": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kruise" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-kruise` - **Docker**: `docker run -i --rm mcp/kruise`