Mcp Cluster Api
@linode
关于 Mcp Cluster Api
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"capi-mcp": {
"command": "/absolute/path/to/capi-mcp/bin/capi-mcp",
"env": {
"KUBECONFIG": "/absolute/path/to/your/kubeconfig.yaml"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Cluster Api?
capi-mcp is a tool that integrates Cluster API (CAPI) resources with the Model Context Protocol (MCP), enabling programmatic and prompt-based management of Kubernetes clusters and machines. It is designed for Kubernetes operators and developers who manage clusters declaratively using CAPI.
How to use Mcp Cluster Api?
Build the binary with make build (requires Go, Make, npm, kubectl, and a valid kubeconfig). Run the MCP inspector for testing: npx @modelcontextprotocol/inspector -e KUBECONFIG=kubeconfig.yaml bin/capi-mcp. For use with Claude Desktop or VSCode, add the server configuration to the respective MCP settings file, specifying the absolute path to the binary and the KUBECONFIG environment variable.
Key features of Mcp Cluster Api
- List all CAPI clusters in your environment
- Get detailed cluster information and kubeconfigs
- Check upgrade eligibility for target Kubernetes versions
- List and inspect machines across clusters
- Perform control plane rollout (write operation, requires RBAC permissions)
- Debugging prompts for cluster and machine issues
Use cases of Mcp Cluster Api
- Querying the status of CAPI-managed clusters from AI assistants
- Generating kubeconfigs for accessing workload clusters
- Checking safe upgrade paths before version changes
- Debugging cluster or machine issues with step-by-step guidance
- Triggering control plane rolling updates in natural language
FAQ from Mcp Cluster Api
What are the prerequisites to run this server?
Go 1.20+, Make, npm, kubectl, access to a Kubernetes cluster, and a valid kubeconfig.yaml file with appropriate permissions.
How do I install and build the server?
Clone the repository and run make build to compile the binary.
How do I use it with Claude Desktop?
Configure the server in Claude Desktop’s configuration file (claude_desktop_config.json) by adding the absolute path to the binary and setting the KUBECONFIG environment variable.
What tools does the server provide?
Tools include list_clusters, get_cluster, get_cluster_kubeconfig, `check_upgrade
开发工具 分类下的更多 MCP 服务器
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Grafana MCP server
grafanaMCP server for Grafana
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
评论