1. Conduid
  2. Developer Tools
  3. Ksail
MCP server · Developer Tools

Ksail

Tool for creating, maintaining and operating Kubernetes clusters with ease.

Unclaimed Apache-2.0 last commit 6 months ago github-copilotfluxcdclidevtoolsaihelmargocddeclarativeapp
85Excellent

Scored 3 hours ago · breakdown

About Ksail

Ksail is an MCP server published by devantler-tech in the Developer Tools category: tool for creating, maintaining and operating Kubernetes clusters with ease. It has been installed 0 times through Conduid.

The repository has 138 stars and 6 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx ksail

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Ksail

Powered by Claude · Grounded in docs

I know everything about Ksail. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v7.181.7v7.181.7 · 2 Sep 2026Changelog Bug Fixes 13f90906feaf7877adecabe23151722221c65751 fix(deps): prevent partial Kubernetes minor bumps (#6842) Other Changes ce0583795a884733e21f82f03a11e64cb48ee188 chore(copilot-plugin): release v7.181.6 (#6823)…
v7.181.6v7.181.6 · 1 Sep 2026Changelog Bug Fixes 966b0066a704522b1bd8f2b75f77717d247453e1 fix(desktop): mirror the parent module's runc replace (#6822) Other Changes 4910f3454714089eebb5e3a79e7a292cae9d38aa chore(copilot-plugin): release v7.181.5 (#6821)…
v7.181.5v7.181.5 · 1 Sep 2026Changelog Bug Fixes 9c1a4b2f7c4191da95f6a2025177ad996dd4bb85 fix(docs): update Satteri platform packages (#6820) Other Changes 169bb6c2be053936dc3c9e3e4dfabc129d55b6f9 chore(deps): bump argoproj/argo-helm/argo-cd (#6807)…
v7.181.4v7.181.4 · 31 Aug 2026Changelog Bug Fixes c8adb508fbc21aa390f6e8afe1a740f58aec34c5 fix(deps): group the co-dependent siderolabs Talos modules (#6803) Other Changes 1c4633a910b19491236e1d1ca2173af1a1562234 chore(copilot-plugin): release v7.181.3 (#6780)…
v7.181.3v7.181.3 · 30 Aug 2026Changelog Bug Fixes 065d36e6e8cae78644bcb2f33264258745fec299 fix(deps): migrate cel-go to its cel.dev module path (#6779) Other Changes db472e9a411017f239850f4438f598250aba0fd9 chore(copilot-plugin): release v7.181.2 (#6775) Quick Start…

README

GitHub Stars Latest Release Go Report Card License Go Reference codecov CI - KSail MCP Registry

🛥️🐳 KSail

ksail

KSail bundles common Kubernetes tooling into a single binary. Spin up local clusters, deploy workloads, and operate cloud-native stacks across distributions and providers through a CLI, VS Code extension, AI chat TUI, or MCP server — with only Docker or access to a Cloud Provider required.

📖 Full documentation: https://ksail.devantler.tech

Quick Install

# macOS / Linux (Homebrew)
brew install --cask devantler-tech/tap/ksail

# Go (1.26.1+)
go install github.com/devantler-tech/ksail/v7@latest

See the Installation Guide for binary downloads and more options.

AI Assistant Plugins

Install the ksail plugin for GitHub Copilot CLI or Claude Code to auto-register ksail's MCP server and a ksail expertise skill.

Copilot CLI:

copilot plugin marketplace add devantler-tech/ksail
copilot plugin install ksail

Claude Code:

/plugin marketplace add devantler-tech/ksail
/plugin install ksail@ksail

Requires ksail on PATH.

Quick Start

ksail cluster init --name my-app   # scaffold project + native configs
ksail cluster create               # spin up the cluster (Docker only)
ksail cluster connect              # open K9s

Continue with the Getting Started guide for GitOps, workloads, and multi-tenancy.

What KSail Bundles

Category Built-in Capabilities
Cluster Provisioning Kind, K3d, Talos, VCluster (Vind), KWOK (kwokctl), EKS
Container Orchestration kubectl, Helm, Kustomize
GitOps Engines Flux, ArgoCD
Secrets Management SOPS with Age encryption
Manifest Validation Kubeconform
Cluster Operations K9s, backup & restore, multi-tenancy (ksail tenant)
AI Integration Chat assistant (Copilot SDK), MCP server, VS Code extension
Infrastructure Providers Docker (local), Hetzner Cloud, Sidero Omni, AWS

See the feature overview and architecture guide for details.

Supported Platforms

OS Architecture
🐧 Linux amd64, arm64
🍎 macOS arm64
⊞ Windows (native untested; WSL2 recommended) amd64, arm64
Provider Vanilla K3s Talos VCluster KWOK EKS
Docker ✅ (Kind) ✅ (K3d) ✅ (Vind) ✅ (kwokctl)
Hetzner
Omni
AWS 🚧

Community & Support

Contributing

Contributions are welcome! See CONTRIBUTING.md for the development process, coding standards, and PR guidelines. Start with issues labeled good first issue.

Related Projects

Project Description Type
devantler-tech/platform My personal homelab Platform

Using KSail in your project? Open a PR to add it here.

License

KSail is licensed under the PolyForm Shield License 1.0.0. You may use, modify, and distribute KSail for any purpose — except providing a product that competes with KSail. When redistributing, you must include the license terms and the required copyright notice.

What this means in practice:

  • ✅ Use KSail as a CLI tool in any project (open-source or proprietary)
  • ✅ Embed or link KSail as a library in your own software
  • ✅ Fork and modify KSail for internal or non-competing use
  • ✅ Use any license for your own project — no copyleft requirement
  • ❌ Build and distribute a product that competes with KSail

For the full license text including notice and non-compete details, see LICENSE. For common questions, see the Licensing FAQ.

Star History

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Ksail

How do I install Ksail?

Run npx ksail, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Ksail safe to use with an AI agent?

Its trust score is 85 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Ksail still maintained?

Yes — the latest release is v7.181.7 (2 Sep 2026), and the last commit was 6 months ago. The repository has 138 stars and 0 open issues.