We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zturner1/comfyui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
dev_run.sh•523 B
#!/bin/bash
# dev_run.sh - Development launch helper for comfyui-mcp-server
# Usage: ./scripts/dev_run.sh
# Set your ComfyUI path here (or set as environment variable)
if [ -z "$COMFYUI_ROOT" ]; then
export COMFYUI_ROOT="$HOME/ComfyUI"
fi
# Optional: enable execution (dry-run by default; steps=null for full run)
# export COMFYUI_ENABLE_EXECUTE="1"
echo "COMFYUI_ROOT: $COMFYUI_ROOT"
echo "COMFYUI_ENABLE_EXECUTE: $COMFYUI_ENABLE_EXECUTE"
echo ""
echo "Starting comfyui-mcp server..."
# Run the server
comfyui-mcp