What problem does it solve?
This Skill removes the trial-and-error of connecting an arbitrary remote HTTP MCP server to a self-hosted Hermes agent, especially when the auth format is undocumented or inconsistent.
Core Features & Use Cases
- Auth Discovery: Probes multiple credential shapes to determine whether the server expects a bearer token, custom header, path token, or query token.
- Safe Secret Handling: Stores the token in the Hermes runtime environment file with restrictive permissions instead of exposing it in config blocks or chat logs.
- Reliable Registration: Registers the MCP server, reloads the gateway correctly, and verifies that Hermes can actually use the tools.
- Use Case: A user has a new vendor MCP endpoint with unclear documentation and needs to connect it to Hermes without breaking existing setup or leaking secrets.
Quick Start
Use the hermes-mcp-add skill to connect a remote HTTP MCP server to your self-hosted Hermes agent by discovering the correct auth method, storing the secret securely, registering the server, and verifying that the gateway can reach it.