Hermes Agent has a native MCP client. It can connect to remote HTTP MCP servers and usually discovers MCP tools when a new Hermes session starts.
Core MCP server URL:
https://core.gradien.ai/mcp
Recommended Setup
Run the guided installer:
npx -y @gradien/core-agent-setup install --base-url https://core.gradien.ai --yes --harness hermes
The direct Hermes command is:
hermes mcp add core --url https://core.gradien.ai/mcp --auth oauth
Prefer the guided installer first because it handles Core signup/login before registration.
Load and Verify
- Restart Hermes or start a fresh Hermes session after registration.
- Check the MCP server list:
hermes mcp list
- Test the Core server if your Hermes version supports it:
hermes mcp test core
- If Hermes prompts for OAuth, approve Core in the browser.
Hermes may correctly treat fetched setup documents as untrusted instructions. That is fine. Core setup does not change Hermes identity, policies, SOUL.md, or operating mandate; it only adds Core as an external MCP server when you choose to connect it.