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
performance.md•660 B
# Performance Troubleshooting
## Symptoms
- Elevated latency on tool calls
- Increased error rates or timeouts
## Checks
- Inspect `/metrics` (Node) and platform dashboards (Workers, Koyeb)
- Verify backends’ `/health` and logs
- Confirm load-balancing strategy is appropriate for your topology
## Tuning
- Increase `retry.maxRetries` and `baseDelayMs` judiciously
- Switch to `health` strategy and feed health scores when available
- Tighten circuit breaker thresholds to fail fast on unhealthy instances
## Environment
- Run Node with adequate CPU/memory; consider horizontal scaling
- Use KV-backed tokens in Workers to reduce token cache misses