# prometheus-operator/kube-prometheus | Model Context Protocol (MCP) Server > Use Prometheus to monitor Kubernetes and applications running on Kubernetes - **Stars**: ⭐ 7,639 - **Language**: Jsonnet - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "kube-prometheus": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kube-prometheus" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "kube-prometheus": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kube-prometheus" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-kube-prometheus` - **Docker**: `docker run -i --rm mcp/kube-prometheus`