silenceper/mcp-k8s
by Various
A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.
MCP
silenceper/mcp-k8s
Added 1 June 2026
Overview
A Go-based MCP server that exposes Kubernetes cluster operations as MCP tools. It allows AI agents to interact with clusters through the Model Control Protocol.
Best for
Best for
Developers building AI agents that need to manage Kubernetes clusters
Use cases
- Automating Kubernetes resource management via AI agents
- Integrating cluster operations into MCP-compatible workflows
- Querying and modifying cluster state programmatically
How to use
Install
go install github.com/silenceper/mcp-k8s/cmd/mcp-k8s@latest Tools exposed
get_api_resourcesget_resourcelist_resourcescreate_resourceupdate_resourcedelete_resourcelist_helm_releasesget_helm_releaseinstall_helm_chartupgrade_helm_chartuninstall_helm_chartlist_helm_repositoriesadd_helm_repositoryremove_helm_repository
Tested with
Cursor
Example client config
{\n "mcpServers":\n {\n "mcp-k8s":\n {\n "command": "/path/to/mcp-k8s",\n "args":\n [\n "--kubeconfig",\n "/path/to/kubeconfig",\n "--enable-create",\n "--enable-delete",\n "--enable-update",\n "--enable-list",\n "--enable-helm-install",\n "--enable-helm-upgrade"\n ]\n }\n }\n} Notes
A Go-based MCP server that exposes Kubernetes cluster operations as MCP tools. It allows AI agents to interact with clusters through the Model Control Protocol.
146 stars on GitHub. Last updated 2026-05-22. Licensed Apache-2.0.
Use cases
- Automating Kubernetes resource management via AI agents
- Integrating cluster operations into MCP-compatible workflows
- Querying and modifying cluster state programmatically
Pros
- Lightweight Go implementation with no external dependencies
- Direct MCP integration for agent-based cluster control
- Open source with a permissive license
Cons
- Limited to MCP protocol clients only
- Small community and limited documentation
- No built-in authentication or authorization features
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Lightweight Go implementation with no external dependencies
- Direct MCP integration for agent-based cluster control
- Open source with a permissive license
Cons
- Limited to MCP protocol clients only
- Small community and limited documentation
- No built-in authentication or authorization features
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.