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.
「クラウドとインフラ」の他のコンテンツ
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
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
コメント