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
advanced-routing.md•359 B
---
title: Advanced Routing
---
# Example: Advanced Routing
Folder: `/examples/advanced-routing`
What it shows
- Configure retry policy with backoff/jitter
- Circuit breaker thresholds and recovery
- Load balancer strategies
Run
1. Use `config.yaml` from the example
2. Start the server with `CONFIG_PATH=examples/advanced-routing/config.yaml npm start`