You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Query SigNoz observability data(metrics, traces, logs, alerts, dashboards, services) via the SigNoz Cloud hosted MCP server.",
"mcpServers": {
"signoz": {
"httpUrl": "${SIGNOZ_MCP_URL}",
"timeout": 30000
}
},
"settings": [
{
"name": "SIGNOZ_MCP_URL",
"label": "SigNoz MCP endpoint",
"description": "SigNoz Cloud: https://mcp.<region>.signoz.cloud/mcp (regions: us, in, eu, us2, in2, eu2; find yours under Settings → Ingestion, or see https://signoz.io/docs/ingestion/signoz-cloud/overview/#endpoint). Self-hosted SigNoz: your own /mcp URL, e.g. http://localhost:8000/mcp",