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.
Optional generated skill files
Hermes supports theSKILL.md (agentskills.io) format. skills add syncs the
generated Smithers CLI skill set into ~/.agents/skills/; point Hermes there
for command-level skill context:
Standing instructions
Hermes resolves an instruction file by priority (.hermes.md, then AGENTS.md,
then CLAUDE.md); first match wins. Add an orchestration section to whichever
the repo uses:
See also
- MCP Server: the full tool reference
- Agent Support: the cross-agent commands