We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kastalien-Research/thoughtbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
batch:
timeout: 1s
exporters:
# Console output for real-time debugging
debug:
verbosity: detailed
# File exporter for persistent logs
file/logs:
path: /tmp/claude-code-events.jsonl
rotation:
max_megabytes: 100
max_days: 7
max_backups: 5
file/metrics:
path: /tmp/claude-code-metrics.jsonl
rotation:
max_megabytes: 50
max_days: 7
max_backups: 3
service:
pipelines:
logs:
receivers: [otlp]
processors: [batch]
exporters: [debug, file/logs]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [file/metrics]