agent-workflow-engine

Cloudflare Workers MCP server: agent-workflow-engine

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Cloudflare Workers MCP server: agent-workflow-engine

    Server tool list (5)

    Raw names from tools/list. Only developers need these.

    create_workflowCreate a new multi-agent workflow. Returns a workflow_token encoding the full state — pass it to all subsequent calls.
    track_agent_stateUpdate agent execution state. Returns updated workflow_token.
    get_workflow_statusDecode a workflow_token and return full status summary.
    auto_route_next_stepAdvance to the next workflow step, evaluating conditional branches. Returns next_agent and updated workflow_token.
    set_conditional_branchAttach a conditional branch to a step. Operator is evaluated against agent output when routing. Returns updated workflow_token.