monitoring-mcp-servers

linalaaraich/monitoring-mcp-servers
★ 1 stars Python DevOps Updated 1mo ago
Five MCP bridge servers for LLM access to Prometheus, Loki, Jaeger, Drain3, RCA History
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "monitoring-mcp-serve": {
      "command": "uvx",
      "args": [
        "monitoring-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install monitoring-mcp-servers

README Excerpt

Five MCP (Model Context Protocol) bridge servers that give the LLM read-only access to the observability stack during AI-powered root cause analysis. | Server | Port | Upstream | Tools | |--------|------|----------|-------| | **Prometheus MCP** | 8091 | Prometheus API (:9090) | `query_instant`, `query_range`, `get_alerts`, `get_targets` |