Skip to main content
Glama

Multi-Cloud Infrastructure MCP Server

by nomadslayer
prometheus.yaml1.21 kB
# Prometheus Configuration for MCP global: scrape_interval: 15s evaluation_interval: 15s external_labels: cluster: "mcp-orchestrator" environment: "production" # Alertmanager configuration (optional) # alerting: # alertmanagers: # - static_configs: # - targets: ['alertmanager:9093'] # Load rules once and periodically evaluate them # rule_files: # - "alerts/*.yml" scrape_configs: # MCP API metrics - job_name: "mcp-api" static_configs: - targets: ["mcp-api:8000"] metrics_path: /metrics # Envoy Gateway metrics - job_name: "envoy" static_configs: - targets: ["envoy:9901"] metrics_path: /stats/prometheus # OpenTelemetry Collector metrics - job_name: "otel-collector" static_configs: - targets: ["otel-collector:8888"] # ClickHouse metrics - job_name: "clickhouse" static_configs: - targets: ["clickhouse:9363"] # Redis metrics (if redis_exporter is deployed) # - job_name: 'redis' # static_configs: # - targets: ['redis-exporter:9121'] # Heartbeat worker metrics - job_name: "heartbeat-worker" static_configs: - targets: ["heartbeat-worker:8000"] metrics_path: /metrics

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/nomadslayer/infra-mcp'

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