AgentHubAgentHub

kubeleash

MCP ServerMCP Registry官方收录

io.github.kubeleash/kubeleash · v0.3.0

Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.

概览

kubeleash 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "kubeleash": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kubeleash/kubeleash:0.3.0"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.kubeleash/kubeleash",
  "type": "mcp-server",
  "version": "0.3.0",
  "displayName": "kubeleash",
  "description": "Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.",
  "repository": {
    "url": "https://github.com/kubeleash/kubeleash",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "ghcr.io/kubeleash/kubeleash:0.3.0",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.kubeleash/kubeleash",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kubeleash%2Fkubeleash/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
kubeleash — MCP Server 安装与配置 · AgentHub