Skip to content
FLORA DocsGo to app

Hermes Agent

Add FLORA MCP to Nous Research's Hermes Agent via config.yaml.

Hermes Agent is Nous Research’s local AI agent. It configures MCP servers in ~/.hermes/config.yaml under the mcp_servers key.

Edit ~/.hermes/config.yaml and add a flora entry under mcp_servers:

mcp_servers:
flora:
command: npx
args: ["-y", "mcp-remote", "https://agents.flora.ai/mcp"]
enabled: true

Reload MCP servers without restarting Hermes:

/reload-mcp

Then ask:

List my FLORA Techniques.

mcp-remote opens a browser for OAuth on first use. Sign in to FLORA and approve. The token is cached in ~/.mcp-auth/.

Confirm the server is connected:

Terminal window
hermes mcp list
hermes mcp test flora

You should see flora listed and the tools discovered.

Delete the flora entry from ~/.hermes/config.yaml and reload:

/reload-mcp

To clear the cached OAuth token: rm -rf ~/.mcp-auth/flora. Revoke server-side in FLORA → Settings → Connected apps.