Back to Home
TheClusterFlux icon

mcp-server-cluster-services

Verified Safe

by TheClusterFlux

Overview

Enables AI assistants to discover, inspect, and safely interact with services deployed in a Kubernetes cluster via a Model Context Protocol (MCP) server.

Installation

Run Command
npm run start:http

Environment Variables

  • PORT
  • API_KEYS
  • DEV_MODE
  • DISABLE_AUTH
  • KUBERNETES_NAMESPACE
  • KUBECONFIG
  • NODE_ENV

Security Notes

The server demonstrates strong security practices including read-only Kubernetes RBAC, API key authentication (fail-safe by default), rate limiting, robust SSRF protection (restricting requests to cluster-internal *.svc.cluster.local domains and allowed ports), HTTPS enforcement, comprehensive input validation, error sanitization to prevent sensitive data leakage, and request size limits. A 'DEV_MODE' exists to bypass authentication, which should only be enabled in isolated development environments. Overall, the security implementation is well-considered and robust.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-23

Tags

KubernetesService DiscoveryAI AgentModel Context ProtocolAPI Gateway