Sazabi
MCP connectors

SigNoz

Give the Sazabi agent tools to query metrics, logs, traces, alerts, and dashboards while investigating production issues.

About

This is an MCP connector that gives the Sazabi agent tools from SigNoz's MCP server. SigNoz authenticates with a SigNoz API key: Sazabi stores your key securely and sends it as the SIGNOZ-API-KEY header. The default server URL targets SigNoz Cloud's US region (https://mcp.us.signoz.cloud/mcp); self-hosted setups point at their own instance. Write tools (creating alerts, notification channels, and dashboards) are governed by the per-connection read-only toggle.

What the agent can do:

  • List and query metrics, and discover field keys and values
  • Search traces and surface top metrics
  • Inspect alerts and notification channels
  • Create alerts, notification channels, and dashboards (subject to the read-only toggle)

Prerequisites

  • A SigNoz account (Cloud or self-hosted)
  • A SigNoz API key (admin-level for alert, dashboard, and notification-channel tools)

Set up in the dashboard

Configure connectors in the dashboard under Settings > MCP connectors.

Add your key

In SigNoz, go to Settings > API Keys and create or copy an API key. For SigNoz Cloud, use the regional MCP endpoint for your account (for example https://mcp.us.signoz.cloud/mcp). For self-hosted SigNoz, use your instance's MCP endpoint. Sazabi sends your key as the SIGNOZ-API-KEY header. You can find more details in the SigNoz MCP server docs.

Set up with the CLI

SigNoz authenticates with a SigNoz API key, and sazabi mcp-connectors connect only supports OAuth providers — so set up this connector in the dashboard first (above). Once it's connected, the Sazabi CLI can inspect and manage it (installed and authenticated — see sazabi mcp-connectors reference):

sazabi mcp-connectors list
sazabi mcp-connectors details <connection-id>

Find the connection ID with sazabi mcp-connectors list. To rotate the stored credentials later, use sazabi mcp-connectors update-credentials <connection-id>.

Verify

Open the connector's connection page under Settings > MCP connectors and confirm Sazabi lists the tools it discovered. Then, in a thread, ask the agent to use one of those tools and confirm it runs. If no tools appear, confirm the API key is correct and the server URL matches your SigNoz instance.

Troubleshooting

No tools discovered — Confirm the API key is valid and the server URL points at your SigNoz instance. Re-enter both from Settings > MCP connectors.

Connection shows needs attention — The authorization or key may have expired or been revoked; reconnect from Settings > MCP connectors.

Further reading