We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yarnovo/comfyui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ComfyUI 工作流文件夹路径
WORKFLOWS_DIR=./workflows
# ComfyUI 服务器配置
# 运行 scripts/detect-wsl2-host.sh 获取正确的 IP 地址
COMFYUI_HOST=172.22.240.1
# ComfyUI 服务器端口
COMFYUI_PORT=8000
# 绕过系统代理(默认为 true)
# 在 WSL2 环境中通常需要设置为 true
BYPASS_PROXY=true
# 日志级别设置
# 可选值: ERROR, WARN, INFO, DEBUG
# 默认值: INFO
LOG_LEVEL=INFO