akkireddy-challa/k8s-mcp-server
БесплатноНе проверенMCP server for Kubernetes cluster operations — inspect pods, deployments, services, and logs via AI agents.
Описание
MCP server for Kubernetes cluster operations — inspect pods, deployments, services, and logs via AI agents.
README
Production-ready Kubernetes diagnostics and cluster observability MCP server for AI agents.
Glama Quality Score License: MIT Python Kubernetes MCP
What is this?
k8s-mcp-server is a Model Context Protocol (MCP) server providing automated, read-only diagnostic tools for inspecting Kubernetes clusters. It allows AI agents to troubleshoot pod crashes, inspect ingress routes, and analyze cluster-wide warning events safely.
Available Tools
| Tool | Category | Description |
|---|---|---|
get_cluster_nodes |
Infrastructure | Lists nodes, readiness states, roles, and kubelet versions. |
get_pod_diagnostics |
Workloads | Detects abnormal pod phases, restart loops, and CrashLoopBackOffs. |
get_pod_logs |
Observability | Retrieves container stdout/stderr logs with tail limits and crash inspection. |
list_warning_events |
Diagnostics | Aggregates FailedScheduling, FailedMount, and BackOff warning events. |
list_ingresses |
Networking | Audits HTTP routing rules, host headers, and TLS certificates. |
Quick Start
Prerequisites
- Python 3.11+
- Active Kubernetes cluster access (
~/.kube/configor in-cluster ServiceAccount) - Read-only RBAC privileges (
get,liston core and networking API groups)
Run Locally
git clone https://github.com/akkireddy-challa/k8s-mcp-server.git
cd k8s-mcp-server
pip install -r requirements.txt
python server.py
Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"kubernetes": {
"command": "python",
"args": ["/path/to/k8s-mcp-server/server.py"],
"env": {
"KUBECONFIG": "/Users/<username>/.kube/config"
}
}
}
}
Security Model
- Strictly Read-Only: Enforces GET and LIST operations only.
- Zero-Secret Exposure: Secrets and config maps are never inspected or surfaced to LLM context.
- Flexible Auth: Supports standard
~/.kube/configcontext or in-cluster pod ServiceAccounts.
License
MIT License. See LICENSE for details.
Built by Akkireddy Challa — Platform Engineer at Telia, Stockholm.
Установка akkireddy-challa/k8s-mcp-server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/akkireddy-challa/k8s-mcp-serverFAQ
akkireddy-challa/k8s-mcp-server MCP бесплатный?
Да, akkireddy-challa/k8s-mcp-server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для akkireddy-challa/k8s-mcp-server?
Нет, akkireddy-challa/k8s-mcp-server работает без API-ключей и переменных окружения.
akkireddy-challa/k8s-mcp-server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить akkireddy-challa/k8s-mcp-server в Claude Desktop, Claude Code или Cursor?
Открой akkireddy-challa/k8s-mcp-server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare akkireddy-challa/k8s-mcp-server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
