Connect Hermes Agent to a genuinely stateless music server with per-request authentication and no stored MCP session.
mcp_servers:
bluemetal:
url: "https://api.bluemetal.ai/mcp"
protocol: stateless
headers:
Authorization: "Bearer ${BLUEMETAL_API_KEY}"
trust: untrustedPut BLUEMETAL_API_KEY in ~/.hermes/.env, then run /reload-mcp. The untrusted tier asks for approval before write-capable tools while allowing read-only status checks.