Skip to main content
Glama
sandraschi

Observability MCP Server

mcp-observability.json1.83 kB
{ "dashboard": { "id": null, "title": "MCP Observability Dashboard", "tags": ["mcp", "observability", "fastmcp"], "timezone": "browser", "panels": [ { "id": 1, "title": "Health Check Status", "type": "stat", "targets": [ { "expr": "sum(mcp_health_checks_total) by (status)", "legendFormat": "{{status}}" } ], "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } } } }, { "id": 2, "title": "CPU Usage", "type": "graph", "targets": [ { "expr": "mcp_cpu_usage_percent", "legendFormat": "CPU %" } ] }, { "id": 3, "title": "Memory Usage", "type": "graph", "targets": [ { "expr": "mcp_memory_usage_mb", "legendFormat": "Memory (MB)" } ] }, { "id": 4, "title": "Active Alerts", "type": "stat", "targets": [ { "expr": "mcp_alerts_triggered{type=\"active\"}", "legendFormat": "Active Alerts" } ] } ], "time": { "from": "now-1h", "to": "now" }, "timepicker": {}, "templating": { "list": [] }, "annotations": { "list": [] }, "refresh": "5s", "schemaVersion": 27, "version": 0, "links": [] } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/observability-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server