We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/master-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
monitoring.md•280 B
---
title: Monitoring & Logging
---
# Monitoring & Logging
- Use `/metrics` endpoint and `collectSystemMetrics()` for basic telemetry.
- Integrate logs with your platform (stdout in Docker/Koyeb, Workers logs).
- Centralize error handling in `utils/errors` and `utils/logger`.