weibaohui/komRepository26/100 via “specialized pod operations (exec, logs, port-forward, file transfer)”
** Provides multi-cluster Kubernetes management and operations using MCP, It can be integrated as an SDK into your own project and includes nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
Unique: Abstracts away the complexity of client-go's remotecommand.Executor and streaming APIs, which typically require 30+ lines of boilerplate per operation; provides a simple method-based interface that handles stream negotiation, error handling, and cleanup automatically
vs others: Simpler than raw kubectl exec/logs commands in shell scripts because it's embedded in Go with proper error handling; more reliable than shelling out to kubectl because it uses native client-go APIs without subprocess overhead