Skip to main content
Glama

Columbia MCP Server

by smithery-ai
prometheus.yml1.15 kB
global: scrape_interval: 15s evaluation_interval: 15s scrape_timeout: 10s alerting: alertmanagers: - static_configs: - targets: [] scheme: http timeout: 10s api_version: v1 rule_files: - "rules/alert.rules.yml" - "rules/recording.rules.yml" scrape_configs: - job_name: 'mcp-servers' metrics_path: '/metrics' scheme: http static_configs: - targets: ['mcp_server:3000'] labels: service: 'mcp' environment: 'production' - job_name: 'redis' static_configs: - targets: ['redis:6379'] labels: service: 'redis' environment: 'production' - job_name: 'nginx' static_configs: - targets: ['nginx:80'] labels: service: 'nginx' environment: 'production' - job_name: 'node-exporter' static_configs: - targets: ['node-exporter:9100'] labels: service: 'node' environment: 'production' - job_name: 'cadvisor' static_configs: - targets: ['cadvisor:8080'] labels: service: 'docker' environment: 'production'

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/smithery-ai/COLUMBIA-MCP-SERVERS'

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