mcp-kubernetes
Rank #10,655io.github.dockndevai/mcp-kubernetes
Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.
mcp-kubernetes is a Model Context Protocol (MCP) server published by dockndevai. It ranks #10,655 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. mcp-kubernetes is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 104,805 of 115,460 servers on MCP Toplist.
Use mcp-kubernetes
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-kubernetes -e "KUBECONFIG_PATH=<your KUBECONFIG_PATH>" -e "K8S_MODE=<your K8S_MODE>" -- npx -y @dockndevai/mcp-kubernetesReplace each placeholder with your own value before saving.
[mcp_servers.mcp-kubernetes]
command = "npx"
args = ["-y", "@dockndevai/mcp-kubernetes"]
[mcp_servers.mcp-kubernetes.env]
KUBECONFIG_PATH = "<your KUBECONFIG_PATH>"
K8S_MODE = "<your K8S_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-kubernetes": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-kubernetes"
],
"env": {
"KUBECONFIG_PATH": "<your KUBECONFIG_PATH>",
"K8S_MODE": "<your K8S_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-kubernetes": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-kubernetes"
],
"env": {
"KUBECONFIG_PATH": "<your KUBECONFIG_PATH>",
"K8S_MODE": "<your K8S_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-kubernetes": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-kubernetes"
],
"env": {
"KUBECONFIG_PATH": "<your KUBECONFIG_PATH>",
"K8S_MODE": "<your K8S_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-kubernetes": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-kubernetes"
],
"env": {
"KUBECONFIG_PATH": "<your KUBECONFIG_PATH>",
"K8S_MODE": "<your K8S_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-kubernetes": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-kubernetes"
],
"env": {
"KUBECONFIG_PATH": "<your KUBECONFIG_PATH>",
"K8S_MODE": "<your K8S_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dockndevai%2Fmcp-kubernetes)<a href="https://mcptoplist.com/server/io.github.dockndevai%2Fmcp-kubernetes"><img src="https://mcptoplist.com/badge/io.github.dockndevai%2Fmcp-kubernetes.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dockndevai
Other servers by dockndevai
- mcp-keycloak#12,447 · 3 vers
- mcp-kafka#13,059 · 3 vers
- mcp-clickhouse#13,335 · 3 vers
- mcp-debezium#13,336 · 3 vers
- mcp-azure#14,444 · 3 vers
- mcp-azure-devops#14,445 · 3 vers
- mcp-oci#14,446 · 3 vers
- MCP Percona Pg Server#24,370 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Aug 30, 2026 |
| 0.1.1 | Aug 28, 2026 |
| 0.1.0 | Aug 23, 2026 |
Frequently asked questions
- Who maintains mcp-kubernetes?
- mcp-kubernetes is maintained by dockndevai, which publishes 9 MCP servers (25 total versions) tracked on MCP Toplist.
- Is mcp-kubernetes listed on the Official MCP Registry?
- Yes — mcp-kubernetes is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-kubernetes have?
- MCP Toplist tracks 3 versions of mcp-kubernetes, most recently published on Aug 30, 2026.
- Where can I find the source code for mcp-kubernetes?
- The source code for mcp-kubernetes is hosted at github.com/dockndevai/mcp-kubernetes.