Hermes (Nous Research)
Connect FeedNest to Hermes, the self-hosted open-source AI agent from Nous Research. Hermes has a built-in MCP client, so no bridge is needed.
Self-hosted, in-process
Hermes runs locally on your machine (or your own server). It discovers MCP servers at startup and registers their tools automatically. The bearer token you paste into config is the credential for every Hermes session on this instance.
Setup
- 1
Install Hermes
Follow the official installation guide if you have not already. Hermes is MIT-licensed and ships a one-line installer:
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash. - 2
Open your Hermes config
Edit
~/.hermes/config.yaml. - 3
Add the FeedNest server
Add a
mcp_servers.feednestentry with the config below. Replacefn_live_...with your API key. - 4
Reload MCP servers
Run
/reload-mcpinside Hermes to refresh the tool registry. Restart Hermes if tools still do not appear.
Scope tools per agent
FeedNest exposes 25+ tools. To keep your agent focused, use tools.include or tools.exclude to whitelist or blacklist specific tools. See the example below.
Single bearer per instance
Hermes sends the same Authorization header on every tool call. If multiple people share a Hermes instance, they share a FeedNest account. For multi-user deployments, run one Hermes process per user, each with its own API key.
Troubleshooting
For more help, see the general setup guide.