Pickle for Gemini CLI
io.github.adityaarsharma/pickle
Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.
client:Gemini CLI
transport:stdio
runtime:npm
Install Pickle in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pickle": {
"command": "npx",
"args": [
"-y",
"pickle-mcp"
],
"env": {
"CLICKUP_API_KEY": "<CLICKUP_API_KEY>",
"SLACK_TOKEN": "<SLACK_TOKEN>",
"TEAMS_TOKEN": "<TEAMS_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs