Cernji-Agents
Verified Safeby 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
uv run apps/error-analysis-mcp/error_analysis_mcp.py --transport streamable-http --port 8080Environment 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
agentxsuite
A unified open-source platform for connecting, managing, and monitoring AI agents and tools across various Model Context Protocol (MCP) servers.
repository-manager
Manages Git repositories (cloning, pulling, status, configuration) and serves as an Agentic AI tool for interacting with codebases, enabling semantic search and Python script execution.
gradio-mcp-hack
The MCP Server provides AI agents with tools to search for job offers and analyze resumes, specifically for job seekers.
juleson
An AI-powered coding agent and automation toolkit that integrates with Google's Jules AI via CLI and MCP for comprehensive software development workflows.