Skip to main content
Glama
blocked-uas.d.ts559 B
export declare const DEFAULT_BLOCKED_UA_STRS: string[]; /** * Block various web spiders from executing our JS and sending false capturing data */ export declare const isBlockedUA: (ua: string, customBlockedUserAgents: string[]) => boolean; export interface NavigatorUAData { brands?: { brand: string; version: string; }[]; } declare global { interface Navigator { userAgentData?: NavigatorUAData; } } export declare const isLikelyBot: (navigator: Navigator | undefined, customBlockedUserAgents: string[]) => boolean;

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/sadiuysal/mem0-mcp-server-ts'

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