Skip to content

Add KubeStellar Console kc-agent to Agent infrastructure#64

Open
clubanderson wants to merge 1 commit intobradAGI:mainfrom
clubanderson:add-kubestellar-console
Open

Add KubeStellar Console kc-agent to Agent infrastructure#64
clubanderson wants to merge 1 commit intobradAGI:mainfrom
clubanderson:add-kubestellar-console

Conversation

@clubanderson
Copy link
Copy Markdown

What

Adds KubeStellar Console kc-agent to the Agent infrastructure section.

Why it belongs here

kc-agent is a local agent that bridges CLI coding agents to Kubernetes clusters via the Model Context Protocol (MCP). It runs as a lightweight WebSocket server (localhost:8585) and exposes:

  • kubeconfig contexts — list/switch between clusters
  • kubectl — run any kubectl command against any cluster
  • Helm — chart operations (install, upgrade, list, rollback)
  • Multi-cluster operations — fan-out queries across clusters with deduplication

Any terminal-native coding agent (Claude Code, Codex, Copilot CLI, OpenCode, etc.) can connect to kc-agent as an MCP server and manage Kubernetes resources natively from the command line.

Placement

Added to Agent infrastructure (sorted by stars: 67⭐, between kasetto at 62⭐ and claudebox at 45⭐).

Checklist

  • Entry follows existing format: - **[Name](url)** \⭐ N` — description. License.`
  • Sorted by star count within section
  • Description is factual and concise
  • Apache-2.0 license noted

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 <clubanderson@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant