Skip to main content
Glama
safe_format.js262 B
var util = require('util') module.exports = function () { var args = Array.prototype.slice.call(arguments, 0) args.forEach(function (arg) { if (!arg) { throw new TypeError('Bad arguments.') } }) return util.format.apply(null, arguments) }

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