AgentHubAgentHub

KSail

MCP ServerMCP Registry官方收录

io.github.devantler-tech/ksail · v7.55.0

SDK for creating, managing, and operating Kubernetes clusters and workloads with ease.

概览

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

安装

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

{
  "mcpServers": {
    "ksail": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/devantler-tech/ksail:v7.55.0"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.devantler-tech/ksail",
  "type": "mcp-server",
  "version": "7.55.0",
  "displayName": "KSail",
  "description": "SDK for creating, managing, and operating Kubernetes clusters and workloads with ease.",
  "repository": {
    "url": "https://github.com/devantler-tech/ksail",
    "source": "github"
  },
  "homepage": "https://ksail.devantler.tech",
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "ghcr.io/devantler-tech/ksail:v7.55.0",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.devantler-tech/ksail",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.devantler-tech%2Fksail/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
KSail — MCP Server 安装与配置 · AgentHub