AI-powered workflow compiler for Cloudflare edge. Compile automation from prose via MCP, run forever without AI tokens. 14 tools, 4 resources.
Overview
CFFBRW — AI Workflow Compiler for Cloudflare Edge
Agents think once. CFFBRW runs forever.
Write automation in plain English markdown — CFFBRW compiles it into a deterministic execution plan and runs it on Cloudflare's edge. No AI tokens at runtime. Self-healing.
What You Get
14 tools, 4 resources, 2 prompts.
Key tools: deploy_workflow, run_workflow, validate_plan (free), schedule_workflow, get_run_status
11 step types: http_request, ai_call, transform, conditional, loop, wait, human_approval, code, mcp_call, connector, sub_workflow
Connector catalog: Google Drive, Sheets, Calendar, Gmail, Slack, Discord, Notion, SendGrid, Resend, Webhook
Quick Start
- Get an API key at cffbrw.com/api-keys
- Add the server config to your .mcp.json
- Run the "introduce" prompt to learn the tools
- Compile, validate, deploy, and schedule workflows — all via MCP
Links
- Homepage: https://cffbrw.com
- Docs: https://cffbrw.com/docs/agent-guide
- Full LLM Reference: https://cffbrw.com/llms-full.txt
Server Config
{
"mcpServers": {
"cffbrw": {
"type": "url",
"url": "https://api.cffbrw.com/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>",
"Accept": "application/json, text/event-stream"
}
}
}
}