Comfy Cozy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FAST_MODEL | No | Model for short triage/classification | |
| AGENT_MODEL | No | Override the model name | |
| COMFYUI_HOST | No | Where ComfyUI runs | 127.0.0.1 |
| COMFYUI_PORT | No | ComfyUI port | 8188 |
| LLM_PROVIDER | No | LLM provider: anthropic, openai, gemini, ollama | anthropic |
| VISION_MODEL | No | Model for vision tools | |
| GEMINI_API_KEY | No | Your Google Gemini API key (required if using Gemini provider) | |
| OPENAI_API_KEY | No | Your OpenAI API key (required if using OpenAI provider) | |
| OLLAMA_BASE_URL | No | Ollama server URL | http://localhost:11434/v1 |
| THINKING_BUDGET | No | Extended-thinking budget per agent turn (Anthropic Claude 4.x+ only) | 4000 |
| COMFYUI_DATABASE | No | Your ComfyUI folder | ~/ComfyUI |
| ANTHROPIC_API_KEY | No | Your Anthropic API key (required if using Anthropic provider) | |
| VISION_THINKING_BUDGET | No | Extended-thinking budget for vision-tool calls | 2000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/JosephOIbrahim/Comfy-Cozy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server