pivot for Gemini CLI
io.github.theluckystrike/pivot
Group, aggregate and pivot spreadsheet or CSV data from your AI chat: filters, sums, sorts.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
tools:13
Install pivot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pivot": {
"httpUrl": "https://mcp.zovo.one/mcp/pivot"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs