kubeleash for Cline
io.github.kubeleash/kubeleash
Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.
client:Cline
transport:stdio
runtime:oci
Install kubeleash in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"kubeleash": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kubeleash/kubeleash:0.3.0"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs