Mcp Kubernetes Ro
@patrickdappollonio
About 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
Basic information
Category
Cloud & Infrastructure
Transports
stdio
Publisher
patrickdappollonio
Submitted by
Patrick D'appollonio
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kubernetes-ro": {
"command": "mcp-kubernetes-ro",
"args": [
"--kubeconfig=/path/to/kubeconfig"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Comments