Skip to main content
Glama
config.yaml805 B
hosting: platform: node port: 3000 master_oauth: authorization_endpoint: https://example.com/oauth/authorize token_endpoint: https://example.com/oauth/token client_id: master-mcp redirect_uri: http://localhost:3000/oauth/callback scopes: [openid] routing: loadBalancer: strategy: health circuitBreaker: failureThreshold: 3 successThreshold: 2 recoveryTimeoutMs: 10000 retry: maxRetries: 3 baseDelayMs: 200 maxDelayMs: 3000 backoffFactor: 2 jitter: full retryOn: networkErrors: true httpStatuses: [408, 429] httpStatusClasses: [5] servers: - id: compute type: local auth_strategy: bypass_auth config: port: 4101 - id: compute type: local auth_strategy: bypass_auth config: port: 4102

Latest Blog Posts

MCP directory API

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