We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mottibec/otelcol-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"fields": [
{
"name": "CorsOrigins",
"type": "[]string",
"description": "CorsOrigins are the allowed CORS origins for HTTP/JSON requests to grpc-gateway adapter for the OpenCensus receiver. See github.com/rs/cors An empty list means that CORS is not enabled at all. A wildcard (*) can be used to match any origin or one or more characters of an origin.",
"required": true,
"mapstructureTag": "cors_allowed_origins"
}
],
"imports": [
"go.opentelemetry.io/collector/component",
"go.opentelemetry.io/collector/config/configgrpc"
],
"packageName": "opencensusreceiver"
}