Cloudflare Workers Observability (verified)
Workers observability and debugging. Inspect application logs, analytics, and runtime behavior.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add cloudflare/workers-observability
# Browse available tools
npx -y smithery tool list cloudflare/workers-observability
# Get full schema for a tool
npx -y smithery tool get cloudflare/workers-observability accounts_list
# Call a tool
npx -y smithery tool call cloudflare/workers-observability accounts_list '{}'Direct MCP Connection
Endpoint: https://workers-observability--cloudflare.run.tools
Tools (10)
accounts_list— List all accounts in your Cloudflare accountset_active_account— Set active account to be used for tool calls that require accountIdworkers_list— List all Workers in your Cloudflare account.workers_get_worker— Get the details of the Cloudflare Worker.workers_get_worker_code— Get the source code of a Cloudflare Worker. Note: This may be a bundled version of the worker.query_worker_observability— Query the Workers Observability API to analyze logs and metrics from your Cloudflare Workers.observability_keys— Find keys in the Workers Observability Dataobservability_values— Find values in the Workers Observability Data.search_cloudflare_documentation— Search the Cloudflare documentation.migrate_pages_to_workers_guide— ALWAYS read this guide before migrating Pages projects to Workers.
# Get full input/output schema for a tool
npx -y smithery tool get cloudflare/workers-observability Prompts (1)
workers-prompt-full— Detailed prompt for generating Cloudflare Workers code (and other developer platform products) from https://developers.…