Agent harnesses

Connect Hermes Agent

Nous Research · MIT

SupportedOAuth 2.1API key

The self-improving personal agent — any model, any chat surface (Telegram, Slack, WhatsApp, CLI), with native OAuth 2.1 MCP built in.

1 · Choose the MCPs to connect

2 · How should it authenticate?

3 · Add to config.yaml (or hermes mcp add)

mcp_servers:
  deepinsights-mospi:
    url: "https://marketplace-gateway-pef65a33ta-el.a.run.app/mospi/mcp"
    auth: oauth
  1. 1.OAuth: the browser opens on first connect (or run hermes mcp login <name>); tokens persist in ~/.hermes/mcp-tokens/.
  2. 2.Running Hermes headless on a remote gateway? Use an API key — its loopback OAuth listener needs a local browser.

4 · Create it as an app

Save this harness + MCP setup to your account. You get a workbench with a live test chat over the combined tool surface — the exact gateway endpoints, auth and tools Hermes Agent will use, metered to your own quota.

5 · Or test each MCP on its own

Each playground's Chat and Tools pages exercise exactly the tools your harness will see — same servers, same gateway. Verify a query there first, then run it from Hermes Agent.

Agent harnesses