What problem does it solve? Adding MCP servers to the Hermes agent runtime often fails due to CLI argument-parsing bugs, YAML serialization issues, and missing tool discovery, leaving servers configured but unusable. ## Core Features & Use Cases - Guided Installation & Configuration: Walks through inspecting a server's README, installing via pip/pipx/npm, and registering it with Hermes over stdio or HTTP transports. - CLI Workarounds: Provides a Python/YAML fallback for the known hermes mcp add --args argparse bug and the hermes config set string-serialization issue. - Testing & Activation: Verifies connectivity with hermes mcp test and explains why tools only appear after a gateway or CLI restart. - Use Case: Add the Wikipedia MCP server with --country BR arguments, fix the config with the Python YAML script, and confirm 22 discovered tools after restart. ## Quick Start Add the Wikipedia MCP server to Hermes with country set to BR, work around any CLI argument errors, and verify the connection with hermes mcp test.