Multi-Cluster MCP server
@yanmxa
关于 Multi-Cluster MCP server
The gateway for GenAI systems to interact with open-cluster-management through the MCP
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"multicluster-mcp-server": {
"command": "npx",
"args": [
"-y",
"multicluster-mcp-server@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Multi-Cluster MCP server?
Multi-Cluster MCP server is a Model Context Protocol (MCP) gateway that lets Generative AI systems interact with multiple Kubernetes clusters. It uses Open Cluster Management to perform operations on Kubernetes resources, manage multi-cluster environments, and deliver cluster observability.
How to use Multi-Cluster MCP server?
Configure the server in your MCP client using the JSON snippet with npx -y multicluster-mcp-server@latest. Ensure kubectl is installed and that the KUBECONFIG environment variable points to the hub cluster. The server accesses managed clusters through the hub cluster.
Key features of Multi-Cluster MCP server
- Retrieve resources from the hub cluster (current context)
- Retrieve resources from managed clusters
- Connect to a managed cluster using a specified
ClusterRole - Access resources across multiple Kubernetes clusters via Open Cluster Management
- Retrieve and analyze metrics, logs, and alerts from integrated clusters
- Interact with multi-cluster APIs, including Managed Clusters, Policies, and Add-ons
Use cases of Multi-Cluster MCP server
- AI-driven troubleshooting across a fleet of Kubernetes clusters
- Automated multi-cluster resource inspection and reporting
- Centralized observability data retrieval for GenAI analysis
- Policy and compliance checks across managed clusters
FAQ from Multi-Cluster MCP server
What prerequisites are needed to run the server?
You must have kubectl installed and the KUBECONFIG environment variable set to access the hub cluster.
How does the server access managed clusters?
It treats the configured cluster as the hub cluster and accesses managed clusters through it, optionally using a specified ClusterRole for connection.
Does the server support prompt templates or MCP resources?
Prompt templates and MCP resources for Open Cluster Management are currently in the planning stage and not yet available.
How do I configure the server in my MCP client?
Use the following JSON snippet:
{
"mcpServers": {
"multicluster-mcp-server": {
"command": "npx",
"args": ["-y", "multicluster-mcp-server@latest"]
}
}
}
What license is the server distributed under?
This project is licensed under the MIT License.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论