Hermes Agent is an open-source, self-improving AI agent built on the Hermes model family by NousResearch. It grows through skill acquisition and supports MCP servers for tool access. Connect it to the Apideck MCP Server to interact with 200+ SaaS apps.
Connect Hermes to the Apideck MCP Server with a few lines of code.
# ~/.hermes/config.yaml
mcp_servers:
apideck:
url: "https://mcp.apideck.dev/mcp"
transport: sse
headers:
x-apideck-api-key: "YOUR_API_KEY"
x-apideck-app-id: "YOUR_APP_ID"
x-apideck-consumer-id: "YOUR_CONSUMER_ID"Every resource below is accessible as a set of MCP tools (list, get, create, update, delete) through Hermes.