Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mistle.dev/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect to SigNoz through a SigNoz OAuth flow. The connection also needs the SigNoz Cloud region so the hosted MCP issuer URL can be built correctly.

Connect In Mistle

Open Integrations in the dashboard, choose SigNoz, then select SigNoz OAuth. When prompted, enter:
FieldValue
RegionSigNoz Cloud region. Open Settings > Ingestion in SigNoz: us and us2 endpoints use us; eu endpoints use eu.
That region is used to build the hosted issuer and MCP URLs:
  • Issuer: https://mcp.<region>.signoz.cloud
  • MCP: https://mcp.<region>.signoz.cloud/mcp
After that, the user completes the OAuth redirect flow in SigNoz.

Official References

The region-specific hosted MCP and OAuth behavior above is inferred from the current SigNoz integration implementation. SigNoz’s public docs currently document the MCP server more directly than this hosted OAuth flow.