Skip to main content

Connect Hermes Agent (Nous Research)

Add the remote server to your Hermes config. Endpoint: https://convertfleet.com/api/mcp, auth Authorization: Bearer flt_….

  1. 1. Copy your flt_ API key from the dashboard.
  2. 2. Add this configuration (replace flt_YOUR_KEY):
mcp_servers:
  convertfleet:
    url: "https://convertfleet.com/api/mcp"
    headers:
      Authorization: "Bearer flt_YOUR_KEY"

Edit ~/.hermes/config.yaml. Bearer auth works out of the box.

  1. 3. Reload Hermes Agent (Nous Research), then ask it to convert a file — e.g. “convert this PDF to Word: <url>”. It calls convert_file and returns a short-lived download link.