A community Kubernetes server (`Flux159/mcp-server-kubernetes`) that wraps kubectl and Helm as MCP tools: get, describe, create, apply, patch, scale, delete, roll out, read logs, exec into a pod, port-forward, and install or upgrade Helm charts. Each call is a deterministic kubectl/Helm invocation against whatever cluster your kubeconfig points at — the connecting model composes the commands. Runs locally over stdio, and setting `ALLOW_ONLY_NON_DESTRUCTIVE_TOOLS=true` withholds the destructive tools entirely.
Example prompts
List the failing pods in the staging namespace and show me the logs for the worst one.
Scale the web deployment to 4 replicas and confirm the rollout finished.
Before you connect
What this server signs you in with — you provide it to the server itself, not to FindAgent. The full setup is on the Setup tab.