Skip to content
Gemini CLI

storefront mcp for Gemini CLI

io.github.maarmapa/storefront-mcp

E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.

client:Gemini CLI transport:stdio runtime:npm

Install storefront mcp 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": {
    "storefront-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "storefront-mcp"
      ],
      "env": {
        "CATALOG_ADAPTER": "<CATALOG_ADAPTER>",
        "MCP_SECRET": "<MCP_SECRET>",
        "MCP_SERVER_NAME": "<MCP_SERVER_NAME>"
      }
    }
  }
}

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

storefront mcp in other clients