Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

SigNoz MCP Server — Query Traces, Logs & Alerts

SigNoz MCP Server connects MCP clients to your SigNoz instance: query traces/logs, inspect alerts, and automate observability workflows using an API key.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 818380f9-674d-5217-88ab-f393ff99a247 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

SigNoz MCP Server connects MCP clients to your SigNoz instance: query traces/logs, inspect alerts, and automate observability workflows using an API key.

Best for: On-call engineers who want agents to triage incidents from traces and logs

Works with: SigNoz instance + API key, stdio MCP clients, Go binary or Docker

Setup time: 6-18 minutes

Key facts (verified)

  • GitHub: 92 stars · 31 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: go install github.com/SigNoz/signoz-mcp-server/cmd/server@latest.

Main

  • Start with self-hosted stdio mode if you already run SigNoz: add the binary to your MCP client config and pass SIGNOZ_URL + SIGNOZ_API_KEY as env.

  • Use Docker HTTP mode when you want a fixed port and simpler deployment; README provides a docker run example with TRANSPORT_MODE=http.

  • Version-pin SigNoz APIs: README notes SigNoz v0.120.0+ is required for some alert rule tools (v2 rules APIs).

Source-backed notes

  • README says only Admin users can create API keys in SigNoz (Settings → API Keys).
  • README includes go install ...@latest and a rename step to get a signoz-mcp-server binary on PATH.
  • README documents stdio MCP config with SIGNOZ_URL and SIGNOZ_API_KEY env vars, plus Docker HTTP mode examples.

FAQ

  • Do I need SigNoz Cloud?: No — README describes connecting to self-hosted instances via URL + API key.
  • What’s the safest first run?: Use read-only query tools first and confirm API key scope before automations that mutate alerts.
  • How do I deploy it without Go?: README offers release binaries and Docker images in addition to go install.
🙏

Fuente y agradecimientos

Source: https://github.com/SigNoz/signoz-mcp-server > License: Apache-2.0 > GitHub stars: 92 · forks: 31

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados