# Select Comfy Server

> Resolve a named Comfy server from YAML registry and return run-ready connection params.

- Skill: `steliosot/select-comfy-server` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add steliosot/select-comfy-server`
- Raw SKILL.md: https://api.skillmd.com/api/skills/steliosot/select-comfy-server/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: steliosot (https://skillmd.com/u/steliosot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/steliosot/select-comfy-server

---


# select_comfy_server

Select a Comfy server configuration by name from `.comfy_servers.yaml`
or `COMFY_SERVERS_FILE`.

Returns explicit run-time fields:
- `server`
- `headers`
- `api_prefix`
- `manager_api_prefix`

Use this output and pass it into other skills per-run.
No global env mutation is performed.

