sum-mcp-server
Verified Safeby vthapar
Overview
Manages multiple Kubernetes clusters by providing generic and specialized operations (like ServiceExports) via a JSON-RPC 2.0 interface over stdio or HTTP.
Installation
./bin/subm-mcp-server -config config.yamlEnvironment Variables
- MCP_K8S_CONFIG
Security Notes
The HTTP transport sets `Access-Control-Allow-Origin: *`, which enables broad CORS access. While potentially acceptable for internal or CLI-driven use, exposing this directly to the internet without additional security layers (e.g., API Gateway, more specific CORS policies, authentication/authorization) could be a significant risk, as it manages Kubernetes clusters. The generic resource operations pass user-provided API versions, resources, namespaces, and names directly to the Kubernetes API, meaning the server's effective permissions are those of the configured kubeconfig(s). Compromising this server would grant broad access to the configured Kubernetes clusters.
Similar Servers
phone-a-friend-mcp
Enables real-time communication between multiple Claude Code instances, allowing one to listen and others to initiate conversations with specific intents.
n8n-mcp-server-custom
This server acts as a Model Context Protocol (MCP) intermediary, enabling AI assistants like Antigravity to interact with and manage n8n automation workflows via its REST API.
mcp-csa-toolkit
Serves as an MCP endpoint to generate comprehensive cloud architecture proposals, diagrams, executive summaries, infrastructure code, and requirements templates using various LLMs.
CLAUDE.md
Optimizes Claude Code CLI's behavior by providing structured, research-backed instructions and dynamic configuration for Model Context Protocol (MCP) servers.