Back to Home
jtaleric icon

orion-mcp

Verified Safe

by 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

Run Command
export ES_SERVER="https://your-opensearch-endpoint:9200"; python orion_mcp.py

Environment 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

Stats

Interest Score32
Security Score8
Cost ClassMedium
Stars2
Forks8
Last Update2025-12-03

Tags

PerformanceRegression AnalysisOpenShiftKubernetesMCPAnalyticsPython