Back to Home
drutigliano19 icon

suse-observability-mcp-server

by drutigliano19

Overview

This server provides AI agents with structured access to SUSE Observability data for intelligent troubleshooting and root cause analysis.

Installation

Run Command
./suse-observability-mcp-server -url "https://your-instance.suse.observability.com" -token "YOUR_API_TOKEN" -apitoken

Security Notes

The client disables TLS certificate verification (`InsecureSkipVerify: true`) which is a critical security vulnerability, making connections susceptible to man-in-the-middle attacks. This makes the server unsafe for production environments or sensitive data without code modification. Additionally, the construction of STQL queries by string formatting Groovy scripts (`Topology.query('%s')`) presents a potential injection risk if the SUSE Observability backend's Groovy interpreter does not fully sanitize or sandbox the query string.

Similar Servers

Stats

Interest Score45
Security Score3
Cost ClassMedium
Avg Tokens400
Stars4
Forks2
Last Update2025-12-11

Tags

ObservabilityAI AgentTroubleshootingMonitoringGo