Skip to main content
Glama
prometheus.yml473 B
global: scrape_interval: 15s evaluation_interval: 15s scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] - job_name: 'fastapi' static_configs: - targets: ['web:8000'] - job_name: 'postgres' static_configs: - targets: ['db:5432'] - job_name: 'elasticsearch' static_configs: - targets: ['elasticsearch:9200'] - job_name: 'kafka' static_configs: - targets: ['kafka:9092']

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/eagurin/myaiserv'

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