mcp-k8s
@silenceper
About mcp-k8s
A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.
Basic information
Category
Cloud & Infrastructure
License
Apache-2.0
Runtime
go
Transports
stdio
Publisher
silenceper
Submitted by
silenceper
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-k8s": {
"command": "mcp-k8s",
"args": [
"-kubeconfig",
"/Users/demo/.kube/config",
"-enable-create",
"-enable-delete",
"-enable-update"
]
}
}
}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-k8s?
mcp-k8s is a Kubernetes Model Context Protocol server that enables interaction with Kubernetes clusters through MCP tools. It supports resource operations (get, list, create, update, delete), Helm releases and repository management, and connects using a kubeconfig file.
How to use mcp-k8s?
Run the binary with a kubeconfig path and optional flags to enable write operations. It supports three transport modes: stdio (default), SSE, and Streamable HTTP. Example: mcp-k8s --kubeconfig=/path/to/kubeconfig --enable-create. Can be run directly, via go install, or as a Docker container.
Key features of mcp-k8s
- Query Kubernetes API resources including custom resources
- CRUD operations on any Kubernetes resource type
- Helm release management (list, get, install, upgrade, uninstall)
- Helm repository management (list, add, remove)
- Fine-grained control to enable/disable each write operation
- Multiple transport modes: stdio, SSE, Streamable HTTP
Use cases of mcp-k8s
- Manage Kubernetes resources through natural language with an LLM
- Assist operators in cluster management and problem diagnosis
- Quickly create and validate resource configurations for prototyping
- Simplify test environment resource management and cleanup
- Interactive learning of Kubernetes concepts for newcomers
FAQ from mcp-k8s
What transport modes does mcp-k8s support?
It supports stdio (default), SSE (Server-Sent Events), and Streamable HTTP. SSE and Streamable HTTP expose an HTTP endpoint on a configurable host and port.
How do I enable write operations?
Write operations (create, update, delete, Helm install, upgrade, uninstall, repo add/remove) are disabled by default. Enable them individually with flags like --enable-create, --enable-delete, --enable-helm-install, etc.
Does mcp-k8s require a Kubernetes cluster?
Yes, it connects to a Kubernetes cluster using a valid kubeconfig file (specified via --kubeconfig). It uses client-go and Helm v3 libraries.
Can I run mcp-k8s in a Docker container?
Yes, Docker images are available at ghcr.io/silenceper/mcp-k8s:latest. Mount a kubeconfig volume and pass flags like --transport=sse for HTTP modes.
How are security and permissions managed?
Write operations are strictly controlled via configuration flags (disabled by default). The kubeconfig’s RBAC determines actual permissions. User inputs are validated to prevent injection attacks.
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
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 Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Comments