View real-time logs and analytics for your Cloudflare Workers using the cf-observability MCP server.
View real-time logs and analytics for your Cloudflare Workers. Use to monitor errors, performance issues, and debug live applications with filtering and streaming capabilities.
/plugin marketplace add W3Dev/coding-agent/plugin install w3dev-cloudflare-workers-plugin-plugins-cloudflare-workers@W3Dev/coding-agentView real-time logs and analytics for your Cloudflare Workers using the cf-observability MCP server.
/cf-logs [worker-name] [--tail] [--filter=<pattern>]
/cf-logs
/cf-logs my-worker
/cf-logs my-worker --tail
/cf-logs my-worker --filter=error
worker-name (optional): Specific Worker to monitor (defaults to current project)--tail (optional): Stream logs in real-time--filter (optional): Filter logs by pattern (error, warn, info)