Back to Home
SigNoz icon

signoz-mcp-server

Verified Safe

by SigNoz

Overview

Provides AI assistants and LLMs with natural language access to SigNoz observability data, including metrics, traces, logs, alerts, and dashboards.

Installation

Run Command
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:latest

Environment 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

Stats

Interest Score53
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars49
Forks8
Last Update2025-11-24

Tags

observabilitymetricslogstracesAI assistant