Skip to main content
Glama
cli.ts578 B
#!/usr/bin/env node const originalWrite = process.stdout.write.bind(process.stdout); process.stdout.write = ((chunk: any, encoding?: any, callback?: any) => { const text = typeof chunk === 'string' ? chunk : chunk?.toString?.() ?? ''; if (text.startsWith('[dotenv@')) { if (typeof callback === 'function') callback(); return true; } process.stdout.write = originalWrite; return originalWrite(chunk, encoding, callback); }) as typeof process.stdout.write; process.env.DOTENV_CONFIG_QUIET ??= 'true'; process.env.DOTENV_LOG ??= '0'; await import('./server.js');

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/meinzeug/mcp-ai-bug-helper'

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