CursorPool
← 返回 MCP 列表
Kubernetes MCP

Kubernetes MCP

查询集群资源、Pod 状态与日志,用自然语言运维 K8s。

社区·780 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y mcp-server-kubernetes

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "kubernetes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-kubernetes"
      ]
    }
  }
}