Skip to main content
Glama
security.def1.01 kB
{{= data.tags.section }} # Authentication {{ for (var s in data.api.components.securitySchemes) { }} {{ var sd = data.api.components.securitySchemes[s]; }} {{? sd.type == 'apiKey' }} * API Key ({{=s}}) - Parameter Name: **{{=sd.name}}**, in: {{=sd.in}}. {{=sd.description || ''}} {{?}} {{? sd.type == 'http'}} - HTTP Authentication, scheme: {{=sd.scheme}} {{=sd.description || ''}} {{?}} {{? sd.type == 'oauth2'}} - oAuth2 authentication. {{=sd.description || ''}} {{ for (var f in sd.flows) { }} {{ var flow = sd.flows[f]; }} - Flow: {{=f}} {{? flow.authorizationUrl}} - Authorization URL = [{{=flow.authorizationUrl}}]({{=flow.authorizationUrl}}){{?}} {{? flow.tokenUrl}} - Token URL = [{{=flow.tokenUrl}}]({{=flow.tokenUrl}}){{?}} {{? flow.scopes}} |Scope|Scope Description| |---|---| {{ for (var sc in flow.scopes) { }}|{{=sc}}|{{=data.utils.join(flow.scopes[sc])}}| {{ } /* of scopes */ }} {{?}} {{ } /* of flows */ }} {{?}} {{ } /* of securitySchemes */ }} {{= data.tags.endSection }}

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/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server