mcp-comfyui-sse

by Overseer66

372 downloads
Not rated
GitHub

Description

# mcp-comfyui-sse Helm chart for ComfyUI SSE MCP server. ## Using Helm ```bash helm repo add mcp-comfyui https://overseer66.github.io/comfyui-mcp-server-chart/ helm repo update helm search repo mcp-comfyui ``` ## Configuration (values.yaml) ### Basic Settings ```yaml…

About

# mcp-comfyui-sse Helm chart for ComfyUI SSE MCP server. ## Using Helm ```bash helm repo add mcp-comfyui https://overseer66.github.io/comfyui-mcp-server-chart/ helm repo update helm search repo mcp-comfyui ``` ## Configuration (values.yaml) ### Basic Settings ```yaml replicaCount: 1 ``` - `replicaCount`: Number of pod…

Details

Author
Overseer66
Downloads
372
Categories
Other

- 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.

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.

mcp-comfyui-sse

Helm chart for ComfyUI SSE MCP server.

Using Helm

helm repo add mcp-comfyui https://overseer66.github.io/comfyui-mcp-server-chart/
helm repo update
helm search repo mcp-comfyui

Configuration (values.yaml)

Basic Settings

replicaCount: 1
- replicaCount: Number of pod replicas to deploy

Image Settings

image:
  repository: overseer66/mcp-comfyui-sse
  tag: latest
  pullPolicy: Always
  # imagePullSecrets:
  #   name: pull-secret
- repository: Container image repository - tag: Image tag - pullPolicy: Image pull policy - imagePullSecrets: Private registry authentication (optional)

Secret Settings

```yaml
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.