cronofy for Gemini CLI
io.usefulapi/cronofy
MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.
client:Gemini CLI
transport:streamable-http
tools:8
Install cronofy in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cronofy": {
"httpUrl": "https://cronofy.usefulapi.io/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs