openstack-k8s-mcp
Verified Safeby dprince
Overview
Managing and querying OpenStack Kubernetes custom resources (CRDs) via a Model Context Protocol (MCP) server.
Installation
./openstack-k8s-mcpEnvironment Variables
- KUBECONFIG
Security Notes
The server interacts with a Kubernetes cluster via the standard Kubernetes API client-go library, requiring valid kubeconfig or in-cluster configuration. Its security relies heavily on the Kubernetes cluster's RBAC setup and the permissions granted to the service account or user associated with the kubeconfig. There are no obvious hardcoded secrets, 'eval' functions, or direct network listeners exposed by the MCP server itself (it communicates over stdio).
Similar Servers
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
Facilitates natural language interaction and automation for Kubernetes cluster management and Helm operations via the Model Control Protocol (MCP).
k8s-mcp-server
Interacting with Kubernetes clusters and Helm releases through a standardized Model Context Protocol (MCP) interface.