← Back to browse

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add ksail -- docker ghcr.io/devantler-tech/ksail:v7.177.4
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ksail","command":"docker","args":["ghcr.io/devantler-tech/ksail:v7.177.4"]}'
JSON
{
  "mcpServers": {
    "ksail": {
      "command": "docker",
      "args": [
        "ghcr.io/devantler-tech/ksail:v7.177.4"
      ]
    }
  }
}