Skip to main content
Glama
prometheus.yml869 B
# Prometheus Configuration for GeoSight MCP Server global: scrape_interval: 15s evaluation_interval: 15s external_labels: monitor: 'geosight-monitor' # Alerting configuration alerting: alertmanagers: - static_configs: - targets: [] # Rule files rule_files: [] # Scrape configurations scrape_configs: # Prometheus self-monitoring - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] metrics_path: /metrics # GeoSight MCP Server - job_name: 'geosight' static_configs: - targets: ['geosight:8000'] metrics_path: /metrics scrape_interval: 10s # Redis metrics - job_name: 'redis' static_configs: - targets: ['redis:6379'] # PostgreSQL metrics (requires postgres_exporter) - job_name: 'postgres' static_configs: - targets: ['postgres:5432']

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/armaasinghn/geosight-mcp'

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