Skip to content
Cursor

KSail for Cursor

io.github.devantler-tech/ksail

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

client:Cursor transport:stdio runtime:oci

Install KSail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

KSail in other clients