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.ps1•547 B
# dev_run.ps1 - Development launch helper for comfyui-mcp-server
# Usage: .\scripts\dev_run.ps1
# Set your ComfyUI path here (or set as environment variable)
if (-not $env:COMFYUI_ROOT) {
$env:COMFYUI_ROOT = "C:\path\to\ComfyUI"
}
# Optional: enable execution (dry-run by default; steps=null for full run)
# $env:COMFYUI_ENABLE_EXECUTE = "1"
Write-Host "COMFYUI_ROOT: $env:COMFYUI_ROOT"
Write-Host "COMFYUI_ENABLE_EXECUTE: $env:COMFYUI_ENABLE_EXECUTE"
Write-Host ""
Write-Host "Starting comfyui-mcp server..."
# Run the server
comfyui-mcp