signoz-mcp-server
Verified Safeby SigNoz
Overview
Provides AI assistants and LLMs with natural language access to SigNoz observability data, including metrics, traces, logs, alerts, and dashboards.
Installation
docker run -d --name signoz-mcp-server -p 8000:8000 -e SIGNOZ_URL="https://your-signoz-instance.com" -e SIGNOZ_API_KEY="your-api-key-here" -e TRANSPORT_MODE=http -e MCP_SERVER_PORT=8000 signoz/signoz-mcp-server:latestEnvironment Variables
- SIGNOZ_URL
- SIGNOZ_API_KEY
- TRANSPORT_MODE
- MCP_SERVER_PORT
- LOG_LEVEL
Security Notes
The server correctly externalizes sensitive configurations like `SIGNOZ_URL` and `SIGNOZ_API_KEY` via environment variables or Authorization headers. It includes an authentication middleware for HTTP transport mode. Input validation is present for tool parameters and the Query Builder payload. No 'eval' or similar dangerous patterns were found. Requests to the SigNoz API have a long timeout (600s), which could be a minor resource concern under very high load or slow upstream responses, but is typical for complex observability queries.
Similar Servers
mcp-server-datadog
Manages Datadog observability features including incidents, monitors, logs, dashboards, metrics, traces, hosts, and downtimes through an MCP server for LLMs.
mcpcat-typescript-sdk
This SDK integrates an analytics platform into Model Context Protocol (MCP) servers to capture user intentions, behavior patterns, and telemetry (logs, traces, errors) for product development and debugging.
shinzo-ts
Provides OpenTelemetry-compatible instrumentation for TypeScript MCP servers to gain insight into agent usage patterns, contextualize tool calls, and analyze server performance.
alibabacloud-observability-mcp-server
Provide AI-driven observability insights by integrating with Alibaba Cloud monitoring services through a Model Context Protocol (MCP) server.