Back to Home
sivola icon

K8s-mcp-server

Verified Safe

by sivola

Overview

This server provides a multi-cluster proxy solution for Kubernetes environments, enabling centralized management and communication across distributed clusters.

Installation

Run Command
docker run -p 8080:8080 k8s-mcp-server:latest

Environment Variables

  • PORT
  • KUBECONFIG
  • LOG_LEVEL
  • CLUSTER_API_ENDPOINT

Security Notes

As a Kubernetes multi-cluster proxy, this server inherently interacts with sensitive cluster resources. Critical security considerations include robust authentication/authorization mechanisms (e.g., K8s RBAC, mTLS), careful management of network access, and ensuring no hardcoded secrets are present. Misconfiguration could lead to unauthorized access or data exfiltration across clusters. Without specific code, assuming standard Go security practices and no obvious 'eval' or obfuscation.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

KubernetesMulti-clusterProxyCloud-nativeAPI Server