server for Gemini CLI
ai.ponlo/server
Family calendar, tasks, meals, lists & rewards hub for AI assistants.
client:Gemini CLI
transport:stdio
runtime:npm
Install server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"ponlo-ai"
],
"env": {
"PONLO_API_URL": "<PONLO_API_URL>",
"PONLO_API_KEY": "<PONLO_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