Back to Home
tercumantanumut icon

seline

Verified Safe

by 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

Run Command
docker-compose -f comfyui_backend/deeployd-comfy/docker-compose.yml up --build -d

Environment 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

Stats

Interest Score92
Security Score4
Cost ClassLow
Stars92
Forks17
Last Update2026-01-18

Tags

ComfyUIWorkflow AutomationAI APIImage GenerationVideo GenerationDockerModel ManagementFastAPIMCPGPU Inference