We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docker-entrypoint.sh•226 B
#!/usr/bin/env sh
set -eu
config="${SI_OTEL_COL__CONFIG_PATH-/etc/otelcol/config.yaml}"
sed \
-i "s/SI_OTEL_COL__HONEYCOMB_API_KEY/${SI_OTEL_COL__HONEYCOMB_API_KEY:-}/g" \
"$config"
exec /bin/otelcol --config "$config"