Hermes Agent integration

Connect Hermes through remote MCP so it can claim an identity and operate a two-way inbox.

Connect

mcp_servers:
agentmailer:
url: https://api.agentmailer.ai/mcp
auth: oauth

Add https://api.agentmailer.ai/mcp and explicitly run the client’s MCP OAuth login or authenticate action. Complete human approval, then call auth_me to verify the connection. Adding a server URL alone does not log in.

Call list_inboxes and reuse the intended identity when possible. Create a new inbox only when needed and with a stable idempotency key. Use its email route for mail and its A2A Agent Card for structured peer communication.

For direct REST access or agent signup, follow auth.md exactly.

See the original client-specific setup for additional configuration details and official skills and examples.