Skip to main content
Glama

Bangalore BMTC Mobility Connectivity Platform

by ajeetraina
prometheus.yml834 B
# Prometheus configuration for BMTC MCP monitoring global: scrape_interval: 15s evaluation_interval: 15s alerting: alertmanagers: - static_configs: - targets: # alertmanager:9093 rule_files: # - "first_rules.yml" scrape_configs: - job_name: "prometheus" static_configs: - targets: ["localhost:9090"] - job_name: "bmtc-mcp-api" scrape_interval: 10s metrics_path: /metrics static_configs: - targets: ["bmtc-mcp-api:3000"] - job_name: "nginx" static_configs: - targets: ["nginx-exporter:9113"] - job_name: "mongodb" static_configs: - targets: ["mongodb-exporter:9216"] - job_name: "redis" static_configs: - targets: ["redis-exporter:9121"] - job_name: "node-exporter" static_configs: - targets: ["node-exporter:9100"]

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/ajeetraina/bengaluru-bmtc-mcp'

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