K8s AI Assistant MCP Server
Enables Helm chart management operations such as install, upgrade, and uninstall of charts on a Kubernetes cluster.
Provides AI-powered Kubernetes management including resource operations, diagnostics, port forwarding, and context management.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@K8s AI Assistant MCP ServerDiagnose why the api-server pod is restarting"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π K8s AI Assistant MCP ( NO MORE WORKING)
A comprehensive Kubernetes management solution combining MCP (Model Context Protocol) Server and Rancher UI Extensions for intelligent, AI-powered Kubernetes cluster management.
π Table of Contents
Related MCP server: mcp-kubernetes-server
π― Overview
This project integrates two powerful technologies to create a seamless Kubernetes management experience:
MCP Server for Kubernetes - AI-powered command interface for Kubernetes operations
Rancher UI Extensions - Visual interface extensions for Rancher management platform
The combination provides both command-line AI assistance and visual management capabilities through a unified interface.
π System Workflow
Architecture Overview
The K8s AI Assistant follows a multi-layered architecture that processes natural language queries through AI analysis and executes Kubernetes operations via MCP protocols.
graph LR
A[User Input] --> B[Rancher UI]
B --> C[Backend API]
C --> D[Ollama AI]
D --> E[MCP Server]
E --> F[Kubernetes]
F --> E
E --> D
D --> C
C --> B
B --> A
style A fill:#e1f5fe
style B fill:#fff3e0
style C fill:#f3e5f5
style D fill:#e8f5e8
style E fill:#fff8e1
style F fill:#fce4ecCore Components
Component | Technology | Protocol | Port | Purpose |
Frontend | Vue.js + Rancher Shell | HTTP/HTTPS | 8005 | User interface and chat experience |
Backend API | Express.js | HTTP | 8055 | Request routing and response formatting |
AI Model | Ollama (gpt-oss:20b) | OpenAI-compatible API | 11434 | Natural language processing and intent mapping |
MCP Server | Node.js + TypeScript | JSON-RPC + SSE | 3000 | Kubernetes command execution |
Kubernetes | kubectl + Helm | Kubernetes API | 6443 | Cluster management and resource operations |
Request Flow
User submits natural language query via Rancher UI extension
Backend API validates and routes request to AI model
Ollama AI analyzes intent and maps to Kubernetes operations
MCP Server executes kubectl/Helm commands via JSON-RPC
Kubernetes API returns cluster data and operation results
Response chain processes data through AI formatting
Frontend displays formatted results (tables, logs, insights)
Key Features
Natural Language Processing: Converts user queries to Kubernetes commands
Real-time Execution: Live cluster data retrieval and operation execution
Intelligent Formatting: AI-powered response formatting and insights
Secure Operations: RBAC-compliant cluster access and audit logging
Extensible Architecture: Modular design for easy feature additions
ποΈ Architecture
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β K8s AI Assistant MCP β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β βββββββββββββββββββ βββββββββββββββββββββββββββββββββββ β
β β MCP Server β β Rancher UI Extensions β β
β β (Backend) β β (Frontend) β β
β β β β β β
β β β’ kubectl ops β β β’ Visual dashboards β β
β β β’ Helm support β β β’ Resource management UI β β
β β β’ AI diagnosis β β β’ Real-time monitoring β β
β β β’ Port forward β β β’ Custom extensions β β
β βββββββββββββββββββ βββββββββββββββββββββββββββββββββββ β
β β β β
β βββββββββββββ¬ββββββββββββββββ β
β β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
β β Kubernetes Cluster β β
β β βββββββββββββββ βββββββββββββββ βββββββββββββββββββ β β
β β β Pods β β Services β β Deployments β β β
β β βββββββββββββββ βββββββββββββββ βββββββββββββββββββ β β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββπ§ Components
1. MCP Server for Kubernetes (mcp-server-kubernetes/)
Forked from: Flux159/mcp-server-kubernetes
The MCP Server provides AI-powered Kubernetes management through natural language commands and automated operations.
Key Features:
Unified kubectl API - Complete kubectl command support
AI-powered diagnostics - Automated troubleshooting with
k8s-diagnoseHelm operations - Chart management and deployment
Port forwarding - Secure access to cluster services
Non-destructive mode - Safe read-only operations
Secrets masking - Security-focused data handling
Available Commands:
# Resource Management
kubectl_get, kubectl_describe, kubectl_create, kubectl_apply
kubectl_delete, kubectl_scale, kubectl_patch, kubectl_rollout
# Monitoring & Debugging
kubectl_logs, port_forward, k8s-diagnose
# Helm Operations
install_helm_chart, upgrade_helm_chart, uninstall_helm_chart
# Context Management
kubectl_context, list_api_resources, explain_resource2. Rancher UI Extensions (rancher-ui/)
Forked from: rancher/ui-plugin-examples
The Rancher UI Extensions provide visual management interfaces for Kubernetes resources through the Rancher platform.
Key Features:
Visual dashboards - Real-time cluster monitoring
Resource management UI - Intuitive resource operations
Custom extensions - Extensible plugin architecture
Multi-cluster support - Manage multiple clusters
Role-based access - Secure access control
Extension Types:
Clock Extension - Real-time cluster time display
Homepage Extension - Custom dashboard views
CRD Extensions - Custom resource definitions
Node Driver Extensions - Cloud provider integrations
Top-level Product Extensions - Complete product integrations
β¨ Features
AI-Powered Management
Natural language Kubernetes commands
Automated troubleshooting and diagnostics
Intelligent resource recommendations
Predictive scaling and optimization
Visual Interface
Real-time cluster monitoring dashboards
Drag-and-drop resource management
Visual pod and service topology
Interactive log viewing
Security & Compliance
Role-based access control (RBAC)
Secrets management and masking
Audit logging and compliance reporting
Secure port forwarding
Multi-Cluster Support
Unified management across multiple clusters
Cross-cluster resource monitoring
Centralized configuration management
Cluster health scoring
π¬ Demo
Demo Screenshots
Rancher UI Extension Interface

Rancher UI Extension interface showing Kubernetes management capabilities
Additional Demo Content (Coming Soon)
πΈ More Demo Images
Additional screenshots and videos demonstrating the K8s AI Assistant in action
Planned Demo Content:
MCP Server command-line interface
AI-powered troubleshooting workflow
Multi-cluster management interface
Real-time monitoring and alerts
Helm chart deployment process
Port forwarding and service access
Custom extension development
Interactive Demo
π Live Demo Placeholder
Coming soon: Interactive demo environment for hands-on experience
π Installation
Prerequisites
Kubernetes cluster (local or remote)
Node.js 18+ and npm/bun
kubectl configured with cluster access
Rancher Manager (for UI extensions)
Ollama server (for AI model)
Quick Start
Clone the repository:
git clone https://github.com/Thanhdeptr/K8s_AI_Assistant_MCP.git
cd K8s_AI_Assistant_MCPInstall MCP Server:
cd mcp-server-kubernetes
npm install
npm run buildInstall Rancher UI Extensions:
cd ../rancher-ui
npm installConfigure Claude Desktop:
{
"mcpServers": {
"k8s-ai-assistant": {
"command": "node",
"args": ["/path/to/K8s_AI_Assistant_MCP/mcp-server-kubernetes/dist/index.js"]
}
}
}Deploy Rancher Extensions:
# Build and package extensions
npm run build
npm run package
# Deploy to Rancher
helm install k8s-ai-extensions ./charts/Detailed Setup Instructions
For detailed setup instructions including how to run the MCP server and backend server, see SETUP.md.
π Usage
MCP Server Commands
# Get all pods in default namespace
kubectl_get pods
# Describe a specific deployment
kubectl_describe deployment my-app
# Scale a deployment
kubectl_scale deployment my-app --replicas=5
# Diagnose pod issues
k8s-diagnose my-app-pod
# Port forward to a service
port_forward service/my-app-service 8080:80Rancher UI Extensions
Access Rancher Manager
Navigate to Extensions
Install K8s AI Assistant extensions
Access custom dashboards and tools
π οΈ Development
Project Structure
K8s_AI_Assistant_MCP/
βββ mcp-server-kubernetes/ # MCP Server backend
β βββ src/ # Source code
β βββ tests/ # Unit tests
β βββ dist/ # Built artifacts
βββ rancher-ui/ # Rancher UI extensions
β βββ pkg/ # Extension packages
β βββ charts/ # Helm charts
β βββ assets/ # Extension assets
βββ docs/ # DocumentationDevelopment Setup
MCP Server Development:
cd mcp-server-kubernetes
npm run dev # Development mode with hot reload
npm run test # Run tests
npm run build # Build for productionRancher UI Development:
cd rancher-ui
npm run dev # Development server
npm run build # Build extensions
npm run package # Package for deploymentTesting
# Run all tests
npm run test:all
# Test MCP Server only
cd mcp-server-kubernetes && npm run test
# Test UI extensions only
cd rancher-ui && npm run testπ License
This project is licensed under the MIT License - see the LICENSE file for details.
π Acknowledgments
This project builds upon the excellent work of the following open-source projects:
MCP Server for Kubernetes
Original Repository: Flux159/mcp-server-kubernetes
Author: Paras Patel and Suyog Sonwalkar
License: MIT License
Description: MCP Server providing Kubernetes management commands through AI interfaces
Rancher UI Plugin Examples
Original Repository: rancher/ui-plugin-examples
Author: Rancher Labs
License: Apache 2.0
Description: Example UI extensions for Rancher management platform
Key Contributors
Flux159 - MCP Server development and maintenance
Rancher Labs - UI extension framework and examples
Open Source Community - Continuous improvements and feedback
β Star this repository if you find it useful!
π Fork and contribute to make it even better!
This server cannot be deployed
Maintenance
Related MCP Connectors
The Google GKE MCP server is a managed Model Context Protocol server that provides AI applications with tools to manage Google Kubernetes Engine (GKE) clusters and Kubernetes resources. It exposes a structured, discoverable interface that allows AI agents to interact with GKE and Kubernetes APIs, enabling them to inspect cluster configurations, retrieve Kubernetes resource YAMLs, monitor operations like cluster upgrades, diagnose issues, and optimize costsβall without needing to parse text output or use complex kubectl commands.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP-Native LLM Orchestration Agent
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client β Claude, ChatGPT, Cursor, Cline, Windsurf.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides Kubernetes cluster management capabilities through natural language via MCP protocol over HTTP/SSE. Supports Pod, Service, Deployment operations, log retrieval, and resource management with JWT authentication and RBAC permissions.1MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants to interact with Kubernetes clusters by translating natural language into kubectl and Helm operations. It allows users to query, manage, and diagnose Kubernetes resources and cluster states through a seamless integration.20Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables secure Kubernetes operations with configurable security modes, supporting core Kubernetes resources, Istio service mesh, and Helm chart management through natural language.1-
- AlicenseNot gradedqualityFmaintenanceEnables AI-powered management of multi-cluster Kubernetes environments through natural language, supporting kubectl operations, function execution, and agent interactions with multiple AI providers.7Apache 2.0