Swell MCP for Gemini CLI
io.github.devkindhq/swell
Model Context Protocol server for Swell e-commerce platform integration with AI assistants
client:Gemini CLI
transport:stdio
runtime:npm
Install Swell MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"swell": {
"command": "npx",
"args": [
"-y",
"swell-mcp"
],
"env": {
"SWELL_STORE_ID": "<SWELL_STORE_ID>",
"SWELL_SECRET_KEY": "<SWELL_SECRET_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs