Skip to content
Gemini CLI

storesignal for Gemini CLI

io.github.anthesiallc/storesignal

Shopify store intelligence: apps, tech stack, CDN, and market data over a 19K-store corpus.

client:Gemini CLI transport:stdio runtime:pypi

Install storesignal 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": {
    "storesignal": {
      "command": "uvx",
      "args": [
        "storesignal-mcp"
      ],
      "env": {
        "STORESIGNAL_API_KEY": "<STORESIGNAL_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

storesignal in other clients