Kubernetes Multi-Cluster Manager
Provides a bridge to Kubernetes multi-cluster environments for managing distributed resources through kubectl commands, service account connections, and seamless cross-cluster operations without switching contexts.
3 stars
0 tools
Created Aug 2025
@yanmxa/yanmxa-kubernetes-multi-cluster-manager-ocm-mcp-serverAbout
Provides a bridge to Kubernetes multi-cluster environments for managing distributed resources through kubectl commands, service account connections, and seamless cross-cluster operations without switching contexts.
Categories
general
Installation
npm
npm install @yanmxa/yanmxa-kubernetes-multi-cluster-manager-ocm-mcp-server
Configuration
{
"mcpServers": {
"yanmxa-kubernetes-multi-cluster-manager-ocm-mcp-server": {
"command": "npx",
"args": [
"-y",
"@yanmxa/yanmxa-kubernetes-multi-cluster-manager-ocm-mcp-server"
]
}
}
}