We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/malindarathnayake/Overwatch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•661 B
# Overwatch MCP Server Environment Variables
# Copy this file to .env and fill in your values
# Log level: debug | info | warning | error
LOG_LEVEL=info
# Graylog Configuration
# Note: Do NOT include /api suffix - it's added automatically
GRAYLOG_URL=https://graylog.internal:9000
GRAYLOG_TOKEN=your-graylog-api-token
# Prometheus Configuration
# Note: Do NOT include /api/v1 suffix - it's added automatically
PROMETHEUS_URL=http://prometheus.internal:9090
# InfluxDB Configuration
# Note: Do NOT include /api/v2 suffix - it's added automatically
INFLUXDB_URL=https://influxdb.internal:8086
INFLUXDB_TOKEN=your-influxdb-api-token
INFLUXDB_ORG=your-org-name