shopify geo audit for Gemini CLI
io.github.builtbyabs/shopify-geo-audit
Audit any Shopify store for AI search (GEO/AEO) readiness and generate the fixes. No signup.
client:Gemini CLI
transport:stdio
runtime:npm
Install shopify geo audit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"shopify-geo-audit": {
"command": "npx",
"args": [
"-y",
"shopify-geo-audit-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs