mcp-operator
Verified Safeby vitorbari
Overview
Kubernetes operator for deploying, managing, and validating Model Context Protocol (MCP) servers.
Installation
No command providedSecurity Notes
The project is a Kubernetes operator and includes a sidecar proxy. It leverages standard Kubernetes security mechanisms (Pod Security Standards, RBAC, configurable security contexts) for deployed MCP servers. The sidecar proxy handles TLS termination and standard HTTP forwarding headers (X-Forwarded-For) safely. It explicitly loads TLS certificates from files rather than relying on hardcoded secrets. No `eval` or dynamic code execution patterns were found. Given its nature as an operator, it requires elevated Kubernetes permissions, but this is managed through standard RBAC. The project is marked as 'Alpha Software', which implies potential API changes or incomplete features, but not inherent security vulnerabilities in the current code structure.
Similar Servers
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
mcp-server-kubernetes
This MCP server enables AI agents to connect to and manage Kubernetes clusters by executing kubectl and Helm commands.
kubernetes-mcp-server
Facilitates AI agent interaction with Kubernetes and OpenShift clusters by exposing management and observability tools via the Model Context Protocol.
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.