chaos-mesh-mcp
Verified Safeby ernestolee13
Overview
Enables AI assistants to automate chaos engineering experiments and resilience testing on Kubernetes clusters via Chaos Mesh.
Installation
python -m chaos_mesh_mcp.serverSecurity Notes
The server executes `kubectl` commands via `subprocess.run`, granting the AI direct control over Kubernetes cluster operations. While necessary for its intended chaos engineering purpose, this is a high-privilege operation. The safety is highly dependent on properly configured Kubernetes RBAC permissions for the user running the MCP server to prevent unauthorized or destructive chaos experiments. No 'eval' or hardcoded secrets were found.
Similar Servers
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.
mcp-k8s
Facilitates natural language interaction and automation for Kubernetes cluster management and Helm operations via the Model Control Protocol (MCP).
mcp-kubernetes
Enables AI assistants to interact with and debug Kubernetes clusters by translating natural language requests into Kubernetes operations.