orion-mcp
Verified Safeby jtaleric
Overview
Orion MCP serves as a Model Context Protocol server for automated performance regression analysis of OpenShift and Kubernetes clusters, with capabilities for PR analysis, trend visualization, and metric correlation.
Installation
export ES_SERVER="https://your-opensearch-endpoint:9200"; python orion_mcp.pyEnvironment Variables
- ES_SERVER
Security Notes
The server relies heavily on executing an external 'orion' command via Python's subprocess module. While commands are constructed using lists to mitigate direct shell injection risks, the overall security depends on the integrity and robustness of the underlying 'orion' executable. No direct 'eval' or obvious hardcoded secrets were found. The primary external dependency is an OpenSearch/Elasticsearch endpoint, configured via environment variable, requiring appropriate security for the data source itself.
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-operator
Kubernetes operator for deploying, managing, and validating Model Context Protocol (MCP) servers.