Skip to main content
Glama

ComfyUI MCP Server

by neutrinotek
config.example.toml633 B
# Example configuration for the ComfyUI MCP server base_url = "http://127.0.0.1:8188" # default_workflow = "basic_workflow" [directories] # Update these paths to point to your ComfyUI asset folders checkpoints = "~/ComfyUI/models/checkpoints" loras = "~/ComfyUI/models/loras" vaes = "~/ComfyUI/models/vae" text_encoders = "~/ComfyUI/models/clip" embeddings = "~/ComfyUI/models/embeddings" [default_bounds] cfg_min = 1.0 cfg_max = 20.0 steps_min = 1 steps_max = 150 width_min = 128 width_max = 2048 height_min = 128 height_max = 2048 [feature_toggles] enable_streaming = true enable_batch_execution = false watch_workflows = false

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/neutrinotek/ComfyUI_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server