Skip to main content
Glama
globals.mjs423 B
// src/globals.ts import crypto from "crypto"; var webFetch = global.fetch; if (typeof global.crypto === "undefined") { global.crypto = crypto; } global.fetch = (info, init) => { init = { // Disable compression handling so people can return the result of a fetch // directly in the loader without messing with the Content-Encoding header. compress: false, ...init }; return webFetch(info, init); };

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/Valerio357/bet-mcp'

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