MCP server

Kubernetes
MCPOfficial-line Kubernetes MCP from the containers org.
Clusters and OpenShift. Pods, logs, apply — against the kubeconfig you mount.
latest·Apache-2.0·Updated this quarter·github.com/containers/kubernetes-mcp-server·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": [
"-y",
"kubernetes-mcp-server"
]
}
}
}By Containers
Spec
What the server actually exposes.
get_pods
readPods in a namespace.
logs
readLogs from a pod.
apply
writeApply a manifest after you confirm.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
kubernetes-mcp.mcp/tools
Tools
- read
get_pods
Pods in a namespace.
- read
logs
Logs from a pod.
- write
apply
Apply a manifest after you confirm.
Last call
{ "ok": true,
"tool": "get_pods",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
