Skip to main content
Glama

mcp-server-cloudflare

Official
by cloudflare
runx297 B
#!/usr/bin/env sh set -eu script_path="$(realpath "$(dirname "$0")/../src/bin/runx.ts")" bin_dir="$(realpath "$(dirname "$0")")" tsx_path="$(realpath "$bin_dir/../node_modules/.bin/tsx")" if command -v bun >/dev/null 2>&1; then bun "$script_path" "$@" else "$tsx_path" "$script_path" "$@" fi

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

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