From 173a0606596e98d70afa7ff15838401850b27eea Mon Sep 17 00:00:00 2001 From: clubanderson Date: Sun, 26 Apr 2026 10:50:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20KubeStellar=20Console=20MCP?= =?UTF-8?q?=20server=20to=20Codex=20as=20MCP=20Client=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit KubeStellar Console (kubestellar/console) provides kc-agent, an MCP server that bridges kubeconfig contexts to AI coding agents. Enables multi-cluster Kubernetes operations from Codex CLI including pod management, log streaming, and deployment across edge and cloud clusters. CNCF Sandbox project, Apache-2.0. Signed-off-by: clubanderson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92f2e3f..4d92df1 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ Codex can connect to MCP servers (as client) and expose itself as an MCP server - [karad/seiro-mcp](https://github.com/karad/seiro-mcp) - MCP server and skills for autonomous build workflows for visionOS (Swift) apps using Codex CLI. ![GitHub stars](https://img.shields.io/github/stars/karad/seiro-mcp?style=flat-square) - [salparadi-labs/brain](https://github.com/salparadi-labs/brain) - Persistent memory MCP server for Codex sessions - stores decisions, tasks, preferences in SQLite. ![GitHub stars](https://img.shields.io/github/stars/salparadi-labs/brain?style=flat-square) - [vanthienha199/agent-cost-mcp](https://github.com/vanthienha199/agent-cost-mcp) - MCP server for tracking AI agent costs in real time - per-message spending, budget alerts, visual dashboard. ![GitHub stars](https://img.shields.io/github/stars/vanthienha199/agent-cost-mcp?style=flat-square) +- [kubestellar/console](https://github.com/kubestellar/console) - Multi-cluster Kubernetes dashboard with MCP server (kc-agent) bridging kubeconfig to AI agents for cluster operations. CNCF Sandbox. ![GitHub stars](https://img.shields.io/github/stars/kubestellar/console?style=flat-square) ### Codex as MCP Server