mixpanel for Gemini CLI
com.mcparmory/mixpanel
Analyze user behavior with funnels, retention, cohorts, and event segmentation
client:Gemini CLI
transport:stdio
runtime:pypi
Install mixpanel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mixpanel": {
"command": "uvx",
"args": [
"mcparmory-mixpanel"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs