Skip to main content
Glama
index.cjs501 B
// CJS -> ESM proxy file // Reference: https://github.com/vitejs/vite/blob/9f268dad2e82c0f1276b1098c0a28f1cf245aa50/packages/vite/index.cjs module.exports = require('./sync.cjs') // redirect async functions to ESM const asyncFunctions = [ 'crawlFrameworkPkgs', 'findDepPkgJsonPath', 'findClosestPkgJsonPath', 'pkgNeedsOptimization' ] for (const fn of asyncFunctions) { module.exports[fn] = function () { return import('./index.js').then((mod) => mod[fn].apply(this, arguments)) } }

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/MatheusgVentura/Project-One'

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