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
Dockerfile•223 B
ARG BASE_VERSION
# As of v2, you no longer need the "all-in-one" image: https://github.com/jaegertracing/jaeger/issues/6321#issuecomment-2607439281
FROM jaegertracing/jaeger:${BASE_VERSION}
ENV COLLECTOR_OTLP_ENABLED=true