curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
pip install "hermes-agent[mcp]"
hermes setup
~/.hermes/config.yamlmcp_servers:
goldrush:
command: "npx"
args: ["-y", "@covalenthq/goldrush-mcp-server"]
env:
GOLDRUSH_API_KEY: "YOUR_API_KEY"hermes
npx skills add covalenthq/goldrush-agent-skills
~/.hermes/config.yamlmcp_servers section in ~/.hermes/config.yaml, so GoldRush can be exposed as a first-class tool without custom glue code.mcp_servers section is valid YAML. If needed, run pip install "hermes-agent[mcp]" again in the same environment Hermes uses.~/.hermes/config.yaml, paginate large blockchain queries, and avoid asking Hermes to fetch huge multi-chain datasets in one call.npx are installed on the host where Hermes runs. Test npx -y @covalenthq/goldrush-mcp-server manually to confirm the binary and API key are available.