Skip to main content
Glama
worker.js415 B
"use strict"; exports.__esModule = true; var ch2 = {}; exports["default"] = (function (c, id, msg, transfer, cb) { var u = ch2[id] || (ch2[id] = URL.createObjectURL(new Blob([c], { type: 'text/javascript' }))); var w = new Worker(u); w.onerror = function (e) { return cb(e.error, null); }; w.onmessage = function (e) { return cb(null, e.data); }; w.postMessage(msg, transfer); return w; });

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