Overlap — find a time a group is free (when2meet/Doodle alternative) for Gemini CLI
dev.workers.notdown-app.overlap/group-scheduling-when2meet
Free no-login group availability poll; reads back the best meeting time for a group.
client:Gemini CLI
transport:streamable-http
tools:2
Install Overlap — find a time a group is free (when2meet/Doodle alternative) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"group-scheduling-when2meet": {
"httpUrl": "https://overlap.notdown-app.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs