Was this page helpful?
Cli Setup
One command: browser sign-in on zephex.dev, then the CLI updates ~/.hermes/config.yaml with a zephex entry under mcp_servers. Global config only (Hermes does not use per-project YAML for MCP).
npx -y zephex setup --hermesnpx -y zephex setup --hermes --api-key mcp_prod_your-key-here| Scope | macOS | Linux | Windows |
|---|---|---|---|
| global | ~/.hermes/config.yaml | ~/.hermes/config.yaml | %USERPROFILE%\.hermes\config.yaml |
Parent key: mcp_servers. Transport: command npx + args ["-y","zephex"] + env.ZEPHEX_API_KEY (YAML). Also writes ~/.hermes/.env. Run /reload-mcp in Hermes after saving.
mcp_servers: zephex: command: npx args: - "-y" - "zephex" env: ZEPHEX_API_KEY: "mcp_sk_your_key_here"/reload-mcp.