Mcp Kubernetes Ro
@patrickdappollonio
Mcp Kubernetes Ro について
mcp-kubernetes-ro is a Model Context Protocol (MCP) server providing read-only access to Kubernetes clusters for AI assistants. It enables AI models to list resources, get resource details, retrieve pod logs, discover API resources, and perform base64 encoding/decoding operations
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"kubernetes-ro": {
"command": "mcp-kubernetes-ro",
"args": [
"--kubeconfig=/path/to/kubeconfig"
],
"env": {}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp Kubernetes Ro?
Mcp Kubernetes Ro is a read-only Model Context Protocol (MCP) server that provides AI assistants with safe, read-only access to Kubernetes clusters. It uses your local kubectl configuration to enable comprehensive cluster inspection and troubleshooting without requiring kubectl to be installed.
How to use Mcp Kubernetes Ro?
Install via pre-built binaries, Homebrew, or Docker. Configure it in your MCP client (e.g., editor settings) with the command mcp-kubernetes-ro and optional flags like --kubeconfig, --namespace, or --transport. It reads your default kubeconfig (~/.kube/config) and environment variable KUBECONFIG. Run in stdio mode by default, or use --transport=sse --port=8080 for HTTP SSE mode.
Key features of Mcp Kubernetes Ro
- Read‑only access to prevent destructive operations
- List, get, and filter Kubernetes resources
- Retrieve pod logs with grep, time, and container filtering
- Encode and decode base64 data for secrets
- Supports stdio and SSE transport modes
- Does not require kubectl binary installed
Use cases of Mcp Kubernetes Ro
- AI assistant inspects cluster resources without risk of modification
- Developer troubleshoots pods by retrieving filtered logs
- Security auditor decodes base64 secrets for review
- Operations engineer lists API resources across multiple contexts
- Metrics monitoring when metrics-server is installed in the cluster
FAQ from Mcp Kubernetes Ro
Does Mcp Kubernetes Ro require kubectl to be installed?
No. It uses your local kubectl configuration (kubeconfig) but does not depend on the kubectl binary.
Can Mcp Kubernetes Ro modify cluster resources?
No. The server provides read‑only access and prevents any destructive operations.
What transport modes are supported?
The server supports both stdio (default) and Server‑Sent Events (SSE) transport modes.
How do I specify a different kubeconfig file?
Use the --kubeconfig command‑line flag or set the KUBECONFIG environment variable.
Are node/pod metrics always available?
Metrics tools (get_node_metrics, get_pod_metrics) require the metrics‑server to be installed in the cluster; otherwise, they return an error.
「クラウドとインフラ」の他のコンテンツ
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
コメント