Skip to main content
Glama
default.json1.2 kB
{ "master_oauth": { "authorization_endpoint": "https://example.com/oauth/authorize", "token_endpoint": "https://example.com/oauth/token", "client_id": "master-mcp", "client_secret": "env:MASTER_OAUTH_CLIENT_SECRET", "redirect_uri": "http://localhost:3000/callback", "scopes": ["openid", "profile"], "audience": "master-mcp" }, "hosting": { "platform": "node", "port": 3000 }, "logging": { "level": "info" }, "routing": { "loadBalancer": { "strategy": "round_robin" }, "circuitBreaker": { "failureThreshold": 5, "successThreshold": 2, "recoveryTimeoutMs": 30000 }, "retry": { "maxRetries": 2, "baseDelayMs": 250, "maxDelayMs": 4000, "backoffFactor": 2, "jitter": "full" } }, "servers": [ { "id": "test-server", "type": "local", "url": "http://localhost:3006", "auth_strategy": "bypass_auth", "config": { "environment": {}, "args": [] } }, { "id": "stdio-server", "type": "local", "url": "file://./examples/stdio-mcp-server.cjs", "auth_strategy": "bypass_auth", "config": { "environment": {}, "args": [] } } ] }

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