Skip to main content
Glama
index.js305 B
function onError(err) { throw err; /* ↓ Check stack trace ↓ */ } module.exports = function jiti(filename, opts) { const jiti = require("../dist/jiti"); opts = { onError, ...opts }; if (!opts.transform) { opts.transform = require("../dist/babel"); } return jiti(filename, opts); };

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