Register the MCP server
The fastest path ismcp add, which writes its server straight into Hermes’s
~/.hermes/config.yaml:
~/.hermes/config.yaml under
mcp_servers. Add Smithers as a stdio server:
mcp_smithers_<tool>: mcp_smithers_run_workflow,
mcp_smithers_watch_run, mcp_smithers_resolve_approval, and the rest. Full
reference: MCP Server.
Install the skill
Hermes supports theSKILL.md (agentskills.io) format. Drop the onboarding skill
into its skills directory. skills add also writes the generated set to the
canonical ~/.agents/skills/, which Hermes can be pointed at:
Standing instructions
Hermes resolves an instruction file by priority (.hermes.md, then AGENTS.md,
then CLAUDE.md), and the first match wins. Add an orchestration section to whichever the
repo already uses:
See also
- MCP Server: the full tool reference
- Agent Support: the cross-agent commands