rohitg00/kubectl-mcp-server — reverse-engineered prompt
Reverse engineered prompt
Build me a Kubernetes MCP server that lets people manage their clusters through normal chat in tools like Claude, Cursor, Windsurf, and other AI assistants. I want someone to be able to ask things like why a pod is crashing, deploy a Redis setup, find wasted resources, check service connectivity, audit security, manage Helm charts, and open a simple visual dashboard for cluster health.
Make it work with an existing kubectl setup and keep it safe for real clusters. Mask secrets, respect Kubernetes permissions, and include a mode where it can inspect and explain without changing anything. It should be installable with npx, pip, Docker, and usable inside a cluster too.
Please include clear setup docs, example assistant configs, tests, and a simple CLI entry point. The experience should feel like talking to a DevOps expert, not memorizing kubectl commands. Look up current MCP and Kubernetes docs online if you need to.
Want more depth? Deep Reverse