Skip to main content
Glama
index.native.jsโ€ข545 B
export const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => async (config) => { const sections = [ ["aws-sdk-js", clientVersion], ["ua", "2.1"], ["os/other"], ["lang/js"], ["md/rn"], ]; if (serviceId) { sections.push([`api/${serviceId}`, clientVersion]); } const appId = await config?.userAgentAppId?.(); if (appId) { sections.push([`app/${appId}`]); } return sections; }; export const defaultUserAgent = createDefaultUserAgentProvider;

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/consigcody94/office-whisperer'

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