Skip to main content
Glama
worker.ts397 B
addEventListener('fetch', (event: FetchEvent) => { event.respondWith(handleRequest(event.request)); }); async function handleRequest(request: Request): Promise<Response> { return new Response(JSON.stringify({ status: 'ok', message: 'placeholder worker' }), { status: 200, headers: { 'content-type': 'application/json' }, }); } // exported for testability export { handleRequest };

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/daanno/simplicate-mcp'

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