CFFBRW — AI Workflow Compiler for Cloudflare Edge

by shizlie

297 downloads
Not rated
GitHub

About

AI-powered workflow compiler for Cloudflare edge. Compile automation from prose via MCP, run forever without AI tokens. 14 tools, 4 resources.

Details

Author
shizlie
Downloads
297
Categories
Other, Automation

- Compiles plain English markdown into execution plans
- Runs on Cloudflare’s edge with self-healing capability
- No AI tokens consumed at runtime
- 14 tools, 4 resources, 2 prompts included
- 11 step types: http_request, ai_call, transform, loop, etc.
- Connector catalog for 10+ services (Google, Slack, Notion, etc.)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name CFFBRW — AI Workflow Compiler for Cloudflare Edge
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Obtain an API key at cffbrw.com/api-keys, add the server configuration to your .mcp.json file, then run the “introduce” prompt to learn the tools. From there you can compile, validate, deploy, and schedule workflows entirely through MCP.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "cffbrw \u2014 ai workflow compiler for cloudflare edge": {
            "cffbrw": {
                "type": "url",
                "url": "https://api.cffbrw.com/mcp",
                "headers": {
                    "Authorization": "Bearer <YOUR_API_KEY>",
                    "Accept": "application/json, text/event-stream"
                }
            }
        }
    }
}

McpServers

{
    "cffbrw": {
        "type": "url",
        "url": "https://api.cffbrw.com/mcp",
        "headers": {
            "Authorization": "Bearer <YOUR_API_KEY>",
            "Accept": "application/json, text/event-stream"
        }
    }
}

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

1. Get an API key at cffbrw.com/api-keys 2. Add the server config to your .mcp.json 3. Run the "introduce" prompt to learn the tools 4. 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.