★ 143 stars
Go
⚙️ DevOps
Updated 17d ago
All-in-one Kubernetes SDK: create, manage, and operate clusters across distributions (Kind, K3d, Talos, VCluster) with built-in GitOps, secrets, AI assistant, and MCP server. Only requires Docker.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ksail": {
"command": "go",
"args": [
"run",
"github.com/devantler-tech/ksail@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ksail go run github.com/devantler-tech/ksail@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ksail": {
"command": "go",
"args": [
"run",
"github.com/devantler-tech/ksail@latest"
]
}
}
}
📋 Copy
Topics
argocd chat cli cloud-native developer-tool devops docker flux github-copilot gitops helm k3s kind kubernetes local-development