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.
Install
Section titled “Install”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: trueAuthorize
Section titled “Authorize”Reload MCP servers without restarting Hermes:
/reload-mcpThen 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/.
Verify
Section titled “Verify”Confirm the server is connected:
hermes mcp listhermes mcp test floraYou should see flora listed and the tools discovered.
Remove
Section titled “Remove”Delete the flora entry from ~/.hermes/config.yaml and reload:
/reload-mcpTo clear the cached OAuth token: rm -rf ~/.mcp-auth/flora. Revoke server-side in FLORA → Settings → Connected apps.