Overview
What is mCP-comfyui-sse?
Helm chart for deploying a ComfyUI SSE MCP server. Configures environment variables like COMFYUI_HOST and COMFYUI_PORT for integration with ComfyUI.
How to use mCP-comfyui-sse?
Add the Helm repo, update it, then use helm install, helm upgrade, or helm template with a values.yaml file to configure replica count, image, service, secrets, and environment variables.
Key features of mCP-comfyui-sse
- Configurable replica count for scaling.
- Custom image repository, tag, and pull policy.
- Support for private registry via imagePullSecrets.
- Service type options: ClusterIP, NodePort, LoadBalancer.
- Environment variables: COMFYUI_HOST, COMFYUI_PORT, RETURN_URL, WORKFLOW_DIR.
Use cases of mCP-comfyui-sse
—
FAQ from mCP-comfyui-sse
How do I configure the ComfyUI host?
Set the COMFYUI_HOST environment variable in values.yaml to the host address of your ComfyUI service, e.g., comfyui.comfyui.svc.cluster.local for in-cluster access.
What environment variables are available?
Available variables include COMFYUI_HOST, COMFYUI_PORT, RETURN_URL, and WORKFLOW_DIR.
How do I install the chart?
Run helm repo add mcp-comfyui https://overseer66.github.io/comfyui-mcp-server-chart/, then helm repo update, then helm install release-name ./mcp-comfyui-sse.