Skip to main content
Glama
gilberth

MCP Cloudflare DNS Server

index.js435 B
import chalk from 'chalk'; import isUnicodeSupported from 'is-unicode-supported'; const main = { info: chalk.blue('ℹ'), success: chalk.green('✔'), warning: chalk.yellow('⚠'), error: chalk.red('✖'), }; const fallback = { info: chalk.blue('i'), success: chalk.green('√'), warning: chalk.yellow('‼'), error: chalk.red('×'), }; const logSymbols = isUnicodeSupported() ? main : fallback; export default logSymbols;

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

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