MCP.so
登录

kube-mcp

@orvice

关于 kube-mcp

k8s mcp servers

基本信息

分类

其他

许可证

Apache-2.0

运行时

go

传输方式

stdio

发布者

orvice

提交者

orvice

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "kube-mcp": {
      "command": "kubemcp",
      "args": [],
      "env": {
        "KUBECONFIG": "~/.kube/.kubeconfig"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is kube-mcp?

kube-mcp is a Kubernetes MCP server that provides a set of tools for managing and interacting with Kubernetes clusters.

How to use kube-mcp?

Install via go install github.com/orvice/kube-mcp/cmd/kubemcp@latest and configure it as an MCP server in your client’s settings JSON, specifying the kubemcp command and optionally setting the KUBECONFIG environment variable.

Key features of kube-mcp

  • List pods in a specified namespace
  • List deployments in a specified namespace
  • List ingresses in a specified namespace
  • List all namespaces in the cluster
  • List StatefulSets in a specified namespace

Use cases of kube-mcp

  • Quickly inspect pods and deployments in a namespace
  • Monitor ingress resources across the cluster
  • Retrieve the list of all namespaces for cluster auditing
  • Check StatefulSets in specific namespaces

FAQ from kube-mcp

What is kube-mcp?

kube-mcp is a Kubernetes MCP server that provides a set of tools for managing and interacting with Kubernetes clusters.

How do I install kube-mcp?

Run go install github.com/orvice/kube-mcp/cmd/kubemcp@latest.

How do I configure kube-mcp?

Add an entry to your MCP server configuration with "command": "kubemcp", and optionally set the KUBECONFIG environment variable to point to your kubeconfig file.

What commands does kube-mcp support?

kube-mcp supports five commands: k8s_list_pods, k8s_list_deployments, k8s_list_ingresses, k8s_list_namespaces, and k8s_list_statefulsets.

Does kube-mcp require a kubeconfig?

Yes, it uses the KUBECONFIG environment variable (defaulting to ~/.kube/.kubeconfig) to access the cluster.

评论

其他 分类下的更多 MCP 服务器