signoz-mcp

TadMSTR/signoz-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
FastMCP Python MCP server for SigNoz observability queries — read-only access to services, traces, logs, metrics, and alerts
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "signoz-mcp": {
      "command": "uvx",
      "args": [
        "signoz-mcp"
      ]
    }
  }
}

Or install with pip: pip install signoz-mcp

README Excerpt

FastMCP Python MCP server for SigNoz observability queries. Gives agents read-only access to services, traces, logs, metrics, and alert rules via the SigNoz HTTP API. | Tool | Description | |------|-------------| | `list_services` | All services with RED metrics | | `count_errors` | Error span count grouped by service over a time range |

Tools (12)

SIGNOZ_API_KEYSIGNOZ_QUERY_VERSIONSIGNOZ_URLcount_errorscount_log_errorsget_healthlist_alert_ruleslist_metricslist_servicesquery_metricsearch_tracestail_logs