
Kubernetes MCP Server
Supports UIby kkb0318
Safe, read-only access to Kubernetes resources for debugging and inspection with multi-cluster support.
What it does
Provides a secure, read-only bridge between AI agents and Kubernetes clusters. It allows an AI to inspect cluster state, retrieve pod logs, and monitor events without the risk of accidental modifications or deletions.
Tools
list_resources: List and filter Kubernetes resources with advanced options.describe_resource: Get detailed information about specific resources.get_pod_logs: Retrieve pod logs with sophisticated filtering capabilities.list_events: List and filter Kubernetes events for debugging and monitoring.list_contexts: List all available Kubernetes contexts from kubeconfig.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kubernetes": {
"command": "kubernetes-mcp"
}
}
}
(Note: Ensure the binary is in your PATH or provide the full path)
Supported hosts
- Claude Desktop
Quick install
go install github.com/kkb0318/kubernetes-mcp@latestInformation
- Pricing
- free
- Published
- 5/4/2026
- stars







