
HelixOps
by laban254
AI SRE agent for incident analysis, Root Cause Analysis (RCA), and automated postmortem generation.
What it does
HelixOps is a specialized SRE tool that connects to observability stacks (Prometheus, Loki, Tempo) and GitHub to analyze system incidents. It automates the collection of telemetry and logs to produce detailed RCA summaries and postmortem reports.
Tools
analyze_incident: Collects telemetry and generates an RCA summary.generate_postmortem: Creates a detailed Markdown postmortem report based on incident data.fetch_telemetry: Retrieves specific logs or metrics from Loki and Prometheus.
Installation
Build and run the MCP server using Go:
go run ./cmd/mcp
For Claude Desktop, add the compiled binary path to your config:
{
"mcpServers": {
"helixops": {
"command": "/path/to/helixops-mcp",
"args": []
}
}
}
Supported hosts
- Claude Desktop
Quick install
go run ./cmd/mcpInformation
- Pricing
- free
- Published
- 5/3/2026
- stars







