mcp-server-signoz

Provides a Go-based Model Context Protocol (MCP) server (STDIO transport) that exposes SigNoz observability data access as MCP tools. It connects to a user’s SigNoz instance (URL plus optional API key), supporting queries for dashboards, services, APM metrics, and trace/log retrieval via ClickHouse SQL, as well as executing custom ClickHouse or SigNoz builder queries within time ranges.

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Ai Ml mcp observability signoz ai clickhouse golang stdio api-integration analytics
⚙ Agent Friendliness
66
/ 100
Can an agent use this?
🔒 Security
56
/ 100
Is it safe for agents?
⚡ Reliability
25
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
80
Documentation
70
Error Messages
0
Auth Simplicity
85
Rate Limits
45

🔒 Security

TLS Enforcement
80
Auth Strength
60
Scope Granularity
20
Dep. Hygiene
45
Secret Handling
70

TLS is configurable and defaults to enabled; there is an option to skip certificate verification (which should be avoided). Upstream authentication is via SigNoz API key, but the MCP server’s own authorization model is not described (i.e., any MCP client that can access STDIO may query SigNoz). README claims input validation, built-in rate limiting, and that sensitive info is not exposed in errors, but it does not provide concrete details about SQL sanitization/guardrails for the custom query tools, which could be risky if untrusted agents/users can supply SQL.

⚡ Reliability

Uptime/SLA
0
Version Stability
40
Breaking Changes
0
Error Recovery
60
AF Security Reliability

Best When

You want an MCP-compatible integration to query SigNoz observability data from tools like Claude Desktop/Cursor using STDIO.

Avoid When

You need a REST/HTTP API, webhooks, or cloud-hosted managed service rather than a local MCP server process; or you cannot restrict/validate query inputs when enabling custom SQL execution.

Use Cases

  • Use an AI/MCP client to inspect SigNoz dashboards and panel data
  • Retrieve APM metrics (request/error/latency/apdex) for a service over a time range
  • List instrumented services and explore what is deployed
  • Fetch traces or logs by issuing ClickHouse-based queries via MCP tools
  • Run custom ClickHouse SQL queries against SigNoz data (with time range support)
  • Assist troubleshooting by fetching observability data programmatically from an MCP client

Not For

  • Serving as a public multi-tenant API gateway without additional security controls
  • Performing write operations or state changes in SigNoz (appears to be read/query-focused)
  • Handling extremely large/long-running analytics without careful query limits and time bounds
  • Use where you cannot control/secure SQL inputs from an untrusted user/agent

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: SigNoz API key via SIGNOZ_MCP_SIGNOZ_API_KEY (optional per README)
OAuth: No Scopes: No

Authentication is described as optional depending on SigNoz configuration. No OAuth or fine-grained scope model is described for MCP access itself; MCP server appears to rely on the configured upstream SigNoz auth.

Pricing

Free tier: No
Requires CC: No

Pricing for the package/service is not described; repository appears to be open source and self-hosted.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Documented

Known Gotchas

  • Custom ClickHouse/SQL execution tools can be expensive or slow; use strict time ranges and query limits to avoid timeouts.
  • If your SigNoz instance requires auth, missing/incorrect SIGNOZ_MCP_SIGNOZ_API_KEY will likely cause connectivity/auth errors.
  • TLS skip verification (SIGNOZ_MCP_SIGNOZ_TLS_SKIP_VERIFY) can reduce security; ensure it’s not enabled in production.
  • Tool outputs may depend on dashboard/service naming conventions; mismatches can lead to empty results or query failures.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for mcp-server-signoz.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered