Back to Home
alpha-hack-program icon

cluster-insights-mcp-rs

Verified Safe

by alpha-hack-program

Overview

Provides conversational AI access to Kubernetes cluster resource analysis and capacity planning for platform engineers, SREs, and developers.

Installation

Run Command
RUST_LOG=info BIND_ADDRESS=0.0.0.0:8003 ./target/release/sse_server

Environment Variables

  • BIND_ADDRESS
  • RUST_LOG
  • KUBECONFIG

Security Notes

The server is explicitly designed for read-only operations on Kubernetes clusters, which significantly reduces the attack surface compared to tools with write access. It utilizes existing kubeconfig credentials and advises proper RBAC setup. It avoids 'eval' or similar dynamic code execution. The container setup runs as a non-root user (1001) and mentions 'cargo audit' in its CI/CD pipeline, indicating a proactive security stance. The main security consideration is ensuring the provided kubeconfig has appropriately scoped read-only permissions and that the server is not exposed publicly without additional authentication.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-03

Tags

mcpkubernetesresource-analysiscapacity-planningrust