Skip to content
Gemini CLI

Stellar Agent Search for Gemini CLI

io.github.berkingurcan/stellar-agent-search

Discover and rank Stellar 8004 agents with a read-only MCP server and fail-closed contract probes.

client:Gemini CLI transport:stdio runtime:npm

Install Stellar Agent Search 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": {
    "stellar-agent-search": {
      "command": "npx",
      "args": [
        "-y",
        "stellar-agent-search"
      ],
      "env": {
        "STELLAR_NETWORK": "<STELLAR_NETWORK>",
        "EXPLORER_BASE_URL": "<EXPLORER_BASE_URL>",
        "STELLAR_RPC_URL": "<STELLAR_RPC_URL>",
        "VERIFY_ONCHAIN": "<VERIFY_ONCHAIN>"
      }
    }
  }
}

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

Stellar Agent Search in other clients