Skip to main content
Glama
helpers.ts377 B
// Debug logging const debug = true export function log(...args: any[]) { const msg = `[DEBUG ${new Date().toISOString()}] ${args.join(' ')}\n` process.stderr.write(msg) } // Config export const config = { accountId: process.env.CLOUDFLARE_ACCOUNT_ID, apiToken: process.env.CLOUDFLARE_API_TOKEN, } export { version as mcpCloudflareVersion } from '../../package.json'

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/GutMutCode/mcp-server-cloudflare'

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