seline
Verified Safeby tercumantanumut
Overview
A backend API server for managing and executing ComfyUI workflows, capable of dynamically generating API endpoints for workflows, building Docker containers for custom nodes and models, and providing an execution queue. It integrates with the Model Context Protocol (MCP) to expose its capabilities to client applications.
Installation
docker-compose -f comfyui_backend/deeployd-comfy/docker-compose.yml up --build -dEnvironment Variables
- COMFY_MANAGER_DB_URL
- COMFY_MANAGER_LOG_LEVEL
- TASK_TIMEOUT
- MAX_WORKERS
- COMFYUI_SERVER_HOST
- COMFYUI_SERVER_PORT
- COMFYUI_INPUT_DIR
- COMFYUI_OUTPUT_DIR
Security Notes
The server's core functionality involves building and running Docker containers for custom ComfyUI workflows, which can include downloading external code and models from arbitrary URLs. This represents a significant supply chain risk and grants high system privileges, especially during Docker build processes. The exposed API, if not properly secured and isolated (e.g., via firewall, VPN), could be vulnerable. Although the `executeCommand` tool from the main `seline` application is not directly part of this MCP server, the dynamic execution of external code and models within Docker containers poses similar risks. Therefore, it is critical to only run this server in a trusted, isolated development environment with vetted workflows and dependencies.
Similar Servers
UI-TARS-desktop
UI-TARS-desktop is a native GUI Agent application powered by multimodal AI models, enabling users to control their computer and browser through natural language instructions.
5ire
A desktop AI assistant client that integrates with various LLM providers and connects to Model Context Protocol (MCP) servers for extended tool-use and knowledge base capabilities.
wcgw
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
autosteer
An AI-powered desktop application (AutoSteer) designed to assist developers with coding, project management, and integrating various development tools. It provides a conversational interface with AI agents, manages projects as Git worktrees, offers an integrated terminal, Git changes viewer, and advanced tab management for session isolation and persistence. It also integrates with Multi-Cloud Platform (MCP) servers for extended functionality.