MCP Server Kubernetes
@kmathur
MCP Server Kubernetes について
MCP Server for kubernetes management commands
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-kubernetes-kmathur": {
"command": "npx",
"args": [
"mcp-chat",
"--server",
"npx mcp-server-kubernetes"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server Kubernetes?
MCP Server Kubernetes is a Model Context Protocol server that connects to a Kubernetes cluster and allows AI assistants like Claude to manage it. It is designed for developers and operators who want to interact with their cluster via natural language.
How to use MCP Server Kubernetes?
Install and run via npx mcp-server-kubernetes and configure it in Claude Desktop by adding the command to mcpServers. The server automatically uses your current kubectl context. You can also use it with npx mcp-chat or run locally for development. Requires kubectl, a valid kubeconfig, and access to a cluster; Helm v3 is optional.
Key features of MCP Server Kubernetes
- List pods, services, deployments, and nodes
- Create, describe, and delete pods
- Create custom pod and deployment configs, update replicas
- Get logs from pods, deployments, jobs, and label selectors
- Full Helm v3 support: install, uninstall, upgrade releases
- kubectl explain and api-resources support
- Port forward to a pod or service
Use cases of MCP Server Kubernetes
- Manage Kubernetes resources through natural language in Claude Desktop
- Debug running applications by fetching logs and events
- Automate Helm chart installations and upgrades
- Safely explore a cluster with non-destructive read-only access
- Create and manage cronjobs for scheduled tasks
FAQ from MCP Server Kubernetes
What are the prerequisites to use MCP Server Kubernetes?
You need kubectl installed and in your PATH, a valid kubeconfig file with configured contexts, and access to a Kubernetes cluster (e.g. minikube, Rancher Desktop, GKE). Helm v3 is optional but required for Helm features.
How do I verify the connection to my cluster?
Run kubectl get pods in a standard terminal to check connectivity. If successful, ask Claude to list pods or create a test deployment.
What is non-destructive mode?
Non-destructive mode restricts the server to read and create/update-only operations, preventing destructive actions. It is enabled via the ALLOW_ONLY_NON_DESTRUCTIVE_TOOLS environment variable (see ADVANCED_README.md).
Does MCP Server Kubernetes support Helm?
Yes, it supports Helm v3 for installing charts with custom values, uninstalling releases, upgrading existing releases, and working with namespaces, version specification, and custom repositories.
What runtime does MCP Server Kubernetes require?
The server is built with Bun and can be run via npx (Node.js) or directly with Node after building. Local development requires Bun installed.
「クラウドとインフラ」の他のコンテンツ
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
コメント