We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PurlieuStudios/comfyui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
comfyui.dev.toml•434 B
# ComfyUI MCP Server Configuration - Development Environment
# Optimized for local development and testing
[comfyui]
# Local ComfyUI server
url = "http://localhost:8188"
# Faster timeout for local testing
timeout = 60.0
# Development output directory
output_dir = "./dev_output"
# API key (optional for local development)
# If your local ComfyUI requires authentication, set via environment:
# export COMFYUI_API_KEY=your-dev-key