kubeagentics-catalog
Verified Safeby kubeagentics
Overview
Provides a curated, machine-readable catalog of Kubernetes-relevant Model Context Protocol (MCP) servers, facilitating their discovery and one-click installation within the KubeAgentics platform.
Installation
No command providedEnvironment Variables
- PROMETHEUS_URL
- GRAFANA_URL
- GRAFANA_API_KEY
- DD_API_KEY
- DD_APP_KEY
- ARGOCD_SERVER
- ARGOCD_AUTH_TOKEN
- GITHUB_PERSONAL_ACCESS_TOKEN
- GITLAB_PERSONAL_ACCESS_TOKEN
- JENKINS_URL
- JENKINS_USER
- JENKINS_TOKEN
- SLACK_BOT_TOKEN
- SLACK_TEAM_ID
- PAGERDUTY_API_KEY
- POSTGRES_CONNECTION_STRING
- VAULT_ADDR
- VAULT_TOKEN
Security Notes
The catalog itself is a static JSON file and inherently safe to process. However, the MCP server definitions within it specify 'command' fields that use 'npx' to execute external npm packages (e.g., '@anthropic/mcp-server-prometheus'). This means the consuming application (KubeAgentics) would download and run arbitrary code from npm. This introduces a supply chain security risk if a listed npm package is compromised or if a malicious entry is added to the catalog, as the executed package would have full access to the host environment. No 'eval' or obfuscation is present in this repository's own files, nor are any secrets hardcoded for the catalog's operation.
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-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).