Skip to content
Grok

KSail for Grok

io.github.devantler-tech/ksail

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

client:Grok transport:stdio runtime:oci

Install KSail in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

KSail in other clients