Back to Home

Cernji-Agents

Verified Safe

by TerraCo89

Overview

Centralized error analysis and automated issue creation by processing alerts from observability systems (like Kibana/Elasticsearch) and triggering workflows (e.g., in N8N or Linear). It acts as a Model Context Protocol (MCP) server exposing tools for these operations.

Installation

Run Command
uv run apps/error-analysis-mcp/error_analysis_mcp.py --transport streamable-http --port 8080

Environment Variables

  • FASTMCP_API_TOKEN
  • LINEAR_API_KEY
  • LINEAR_ORG_ID
  • ELASTICSEARCH_URL
  • N8N_WEBHOOK_URL
  • ANTHROPIC_API_KEY
  • MODEL_NAME

Security Notes

The server uses environment variables for API keys and authentication tokens, which is a good practice. It implements an authentication middleware using `FASTMCP_API_TOKEN` for incoming requests. External HTTP requests are made using `httpx` with JSON payloads. No direct `eval()` or unsanitized shell command execution is observed. Potential risks include LLM prompt injection (if LLMs are used via `trigger_error_analysis.py`) and misconfiguration of sensitive environment variables.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-11-27

Tags

Error AnalysisObservabilityAlertingIncident ManagementAutomationAI/LLMFastMCPN8NElasticsearchLinearWorkflow Orchestration