Back to Apps

kubectl-ai
by googlecloudplatform
AI-powered Kubernetes assistant that translates natural language intent into precise cluster operations.
0 stars
Works in:CursorVS Code Copilot
Exposes:Tools
What it does
kubectl-ai acts as an intelligent bridge between human intent and Kubernetes API operations. It allows users to manage clusters using natural language, reducing the need to memorize complex kubectl commands and YAML manifests.
Tools
kubectl: Executes standard Kubernetes commands based on AI-generated queries.bash: Provides a shell environment for advanced cluster manipulation and debugging.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kubectl-ai": {
"command": "kubectl-ai",
"args": ["--mcp-server"]
}
}
}
Supported hosts
Only clients confirmed in README.
- Claude Desktop
- Cursor
- VS Code Copilot
Quick install
curl -sSL https://raw.githubusercontent.com/GoogleCloudPlatform/kubectl-ai/main/install.sh | bashInformation
- Pricing
- free
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add kubectl-ai binary to mcp.jsonClaude Desktop
Add "kubectl-ai" with arg "--mcp-server" to claude_desktop_config.jsonVS Code Copilot
Add to settings.json github.copilot.chat.mcp.servers





