Skip to main content
Glama
index.js755 B
/* vim: set expandtab tabstop=2 shiftwidth=2 foldmethod=marker: */ var master = require('./lib/master.js'); var worker = require('./lib/worker.js'); /** * Create a `Master`. * @param {Object} options * - {String} [pidfile] * - {String} [statusfile] * @return {Master} the master instance. * @api public */ exports.createMaster = function (options) { return master.create(options); }; /** * Create a `Worker`. * @param {Object} options * - {Number} [heartbeat_interval], heartbeat interval ms, default is `2000` ms. * - {Number} [terminate_timeout], terminate timeout ms, default is `1000` ms. * @return {Worker} this worker instance. * @api public */ exports.createWorker = function (options) { return worker.create(options); };

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/Sunil-paudel/mcpserverasof2025updated'

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