Skip to content
Gemini CLI

hashnet for Gemini CLI

io.github.hashgraph-online/hashnet

Universal AI Agent Discovery - search 59,000+ agents across MCP, NANDA, A2A, OpenRouter

client:Gemini CLI transport:stdio runtime:npm

Install hashnet in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hashnet": {
      "command": "npx",
      "args": [
        "-y",
        "@hol-org/hashnet-mcp"
      ],
      "env": {
        "REGISTRY_BROKER_API_KEY": "<REGISTRY_BROKER_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

hashnet in other clients