What problem does it solve? Hermes Agent blocks direct edits to its config files as a security guard, so adding an external MCP server (like ComfyUI or a remote API) by hand fails. This Skill provides the correct CLI-based workflow to register, enable, and verify MCP servers without touching protected configuration. ## Core Features & Use Cases - CLI-based registration: Add MCP servers with hermes mcp add, including non-interactive confirmation piping and connect-timeout tuning. - Failure recovery: Diagnose and fix common pitfalls such as servers saved as enabled: false after a failed first test, and false failures caused by first-run npx package downloads. - Independent verification: A raw MCP stdio handshake probe (references/verify_handshake.py) confirms initialize and tools/list responses when hermes mcp test returns an empty error. - Use Case: Connect a ComfyUI instance running on a gaming PC over Tailscale by registering comfyui-mcp with Hermes, re-enabling it, and confirming 185 tools are discovered. ## Quick Start Register the ComfyUI MCP server with Hermes using the CLI, re-enable it if the first test failed, and verify the connection with the handshake probe.