KubeStellar Console is an open-source multi-cluster Kubernetes dashboard (CNCF project) with AI-powered operations. It ships with kc-agent, an MCP server that bridges coding agents to kubeconfig and Kubernetes APIs, plus 10+ built-in agent skills for development, testing, and operations.
brew tap kubestellar/tap && brew install kc-agent
kc-agent
This bridges your kubeconfig to any MCP-compatible coding agent.
The project ships with agent skills accessible via CLAUDE.md and AGENTS.md:
kc-agent bridges your kubeconfig to MCP-compatible agents. If your kubeconfig carries cluster-admin or write permissions, agents will inherit those capabilities. Always use a least-privilege RBAC context.kc-agent to least-privilege read-only RBAC before using it with an agent:
kubectl create clusterrole kc-agent-readonly --verb=get,list,watch --resource='*'
kubectl create clusterrolebinding kc-agent-readonly --clusterrole=kc-agent-readonly --serviceaccount=default:kc-agent
kc-agent on a public network without authentication.kc-agent) installed separately via Homebrew.