pplz agent for Gemini CLI
io.github.backers-shawn/pplz-agent
PPLZ AI Agent — Let AI play your social life simulation automatically.
client:Gemini CLI
transport:stdio
runtime:npm
Install pplz agent in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pplz-agent": {
"command": "npx",
"args": [
"-y",
"pplz-agent"
],
"env": {
"PPLZ_API_KEY": "<PPLZ_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs