Skip to main content
Glama
jiti.js354 B
#!/usr/bin/env node const { resolve } = require("node:path"); const script = process.argv.splice(2, 1)[0]; if (!script) { console.error("Usage: jiti <path> [...arguments]"); process.exit(1); } const pwd = process.cwd(); const jiti = require("..")(pwd); const resolved = (process.argv[1] = jiti.resolve(resolve(pwd, script))); jiti(resolved);

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