Skip to main content
Glama
cli-wrapper.cjs311 B
#!/usr/bin/env node // CommonJS wrapper for ES module CLI // This ensures compatibility with npm global installs async function main() { try { const { main } = await import('./cli.js') await main() } catch (error) { console.error('Failed to load CLI:', error) process.exit(1) } } main()

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/yuki-yano/macos-notify-mcp'

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