comfy-analyze

Installation
SKILL.md

ComfyUI Workflow Analysis

Understand workflow structure and node connections.

MCP Tools

Tool When to use
comfy_read First step - get human-readable summary of any workflow
comfy_trace See a specific node's inputs and outputs with slot names
comfy_upstream Find all nodes feeding INTO a target node
comfy_downstream Find all nodes FED BY a source node

Workflow

  1. Summarize: comfy_read(workflow) → pattern, key params, flow
  2. Deep dive: comfy_trace(workflow, node_id) → specific connections
  3. Follow data: comfy_upstream/comfy_downstream → trace the graph
Installs
19
GitHub Stars
88
First Seen
Feb 2, 2026
comfy-analyze — peteromallet/vibecomfy