mindbox mcp for Gemini CLI
io.github.theyahia/mindbox-mcp
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
client:Gemini CLI
transport:stdio
runtime:npm
Install mindbox mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mindbox-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/mindbox-mcp"
],
"env": {
"MINDBOX_SECRET_KEY": "<MINDBOX_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