Prerequisites
- Hermes Agent installed:
- Active Orq.ai account
- An Orq.ai API key
AI Gateway
Hermes is OpenAI-compatible, so it routes through the AI Gateway by pointing at the router endpoint. Open the config withhermes config edit and set the model block to a custom provider pointed at the router, with the Orq.ai key inline:
default to any provider-prefixed model from the AI Gateway catalog.
Every model call now routes through the Orq.ai AI Gateway and appears in Traces.
MCP
The Orq MCP server exposes the Orq.ai platform as MCP tools. Hermes’s built-in MCP client connects to it at startup and uses those tools to manage Agents, run experiments, and query Traces from natural language.Installation
Add the Orq MCP server to~/.hermes/config.yaml under mcp_servers:
/reload-mcp inside Hermes, then confirm the connection:
Available Commands
Once connected, ask Hermes to perform operations across the workspace:Agents
Agents
Create an agent with custom instructions and toolsGet agent configuration for [agent-key]Invoke agent [agent-key] with input [message]
Experiments
Experiments
Create an experiment from dataset [dataset-key]Run experiment and auto-evaluate resultsExport experiment run [run-id] as CSV
Datasets
Datasets
Create a dataset called "customer-queries"Add datapoints to dataset [dataset-key]List all datapoints in dataset [dataset-key]
Traces
Traces
List traces from the last 24 hoursShow me traces with errorsGet span details for trace [trace-id]
Analytics
Analytics
Get analytics overview for my workspaceShow me workspace metrics for the last 7 days
See Also
Orq MCP Quickstart
The full Orq MCP tool reference.
API Keys
Create and manage Orq.ai API keys.