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
./suse-observability-mcp-server -url "https://your-instance.suse.observability.com" -token "YOUR_API_TOKEN" -apitokenSecurity 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
mcp-server-kubernetes
Provides an MCP (Model Context Protocol) server for interacting with and managing Kubernetes clusters using kubectl commands and Helm operations.
kmcp
KMCP is a Kubernetes controller and CLI tool that provides a declarative way to deploy, manage, and scale Model Context Protocol (MCP) servers in Kubernetes environments.
mcp-k8s
A Kubernetes MCP (Model Control Protocol) server that enables natural language interaction with Kubernetes clusters and Helm for resource and release management.
alibabacloud-ack-mcp-server
This MCP server unifies ACK cluster/resource management, Kubernetes native operations, and container observability, security auditing, and diagnostic inspection capabilities into an AI-native, standardized toolset.