Back to Home
msdeepak052 icon

Kubernetes-MCP-Server

Verified Safe

by msdeepak052

Overview

Provides an AI-driven interface within VS Code (via WSL) to interact with and debug Kubernetes clusters using natural language queries.

Installation

Run Command
npx -y @kubernetes/mcp-server --log-level 4

Security Notes

The primary security consideration is the execution of an external 'npx' package (`@kubernetes/mcp-server`). Without its actual source code, a comprehensive security audit is impossible. The server will have direct access to the Kubernetes cluster via the user's `kubectl` and kubeconfig in WSL. The instructions mention optional flags (`--read-only`, `--disable-destructive`) to mitigate risks in production, implying default behavior might allow cluster modifications. The use of `npx -y` bypasses interactive confirmation, which can be a minor supply chain risk if the package name is compromised.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens1000
Stars0
Forks1
Last Update2026-01-08

Tags

KubernetesWSLVSCodeAIDebuggingNatural Language