From a800ac464ad34e1e2b5bba6e773748efa818d29e Mon Sep 17 00:00:00 2001 From: clubanderson Date: Sun, 26 Apr 2026 14:49:55 +0000 Subject: [PATCH] Add KubeStellar Console kc-agent to Agent infrastructure kc-agent is a local MCP bridge that connects CLI coding agents (Claude Code, Codex, Copilot CLI, etc.) to Kubernetes clusters. It exposes kubeconfig contexts, kubectl, Helm, and multi-cluster operations as MCP tools over WebSocket, letting terminal agents manage Kubernetes resources natively. - Repo: https://github.com/kubestellar/console - License: Apache-2.0 - 67 stars Signed-off-by: clubanderson --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 833413e..a359baa 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,8 @@ Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by - **[kasetto](https://github.com/pivoshenko/kasetto)** `⭐ 62` — A declarative AI agent environment manager, written in Rust. +- **[KubeStellar Console kc-agent](https://github.com/kubestellar/console)** `⭐ 67` — Local agent that bridges CLI coding agents to Kubernetes clusters via MCP; exposes kubeconfig contexts, kubectl, Helm, and multi-cluster operations as MCP tools over WebSocket. Apache-2.0. + - **[claudebox](https://github.com/numtide/claudebox)** `⭐ 45` — Sandboxed environment for Claude Code (focused on isolation/safety). - **[skill-optimizer](https://github.com/fastxyz/skill-optimizer)** `⭐ 38` — CLI tool that benchmarks SDK, CLI, and MCP guidance docs (SKILL.md) across multiple LLMs using static action + argument matching. Iteratively rewrites docs until every configured model meets a PASS/FAIL score floor. MIT.