We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quareth/cloudflare_waf_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
example.env•409 B
# Cloudflare MCP Server Configuration
# Copy this to .env and fill in your values
# Required: Cloudflare API Token or API Key (Bearer)
# Prefer CLOUDFLARE_API_TOKEN; falls back to CLOUDFLARE_API_KEY
CLOUDFLARE_API_TOKEN=your_cloudflare_api_token_here
CLOUDFLARE_API_KEY=
# Optional: API Configuration
CLOUDFLARE_BASE_URL=https://api.cloudflare.com/client/v4
CLOUDFLARE_TIMEOUT=30
CLOUDFLARE_VERIFY_SSL=true