Gmail (OAuth)
The recommended setup for Gmail. Bolly auto-detects Gmail accounts and uses OAuth for authentication.- Configure Google OAuth credentials in Bolly’s settings
- Authorize access through the OAuth flow in the UI
- Bolly stores tokens securely and refreshes them automatically
Custom email (SMTP/IMAP)
For non-Gmail providers, configure accounts in~/.bolly/instances/{slug}/email.toml:
Email tools
Google Calendar
Bolly uses the Google Calendar API v3 to manage your events.Setup
- Configure Google OAuth credentials (same as Gmail setup)
- Grant calendar permissions through the OAuth flow
Calendar tools
Google Drive
Access your Google Drive files directly from Bolly.Setup
Same Google OAuth flow as Calendar — grant Drive permissions.Drive tools
MCP servers
Bolly supports the Model Context Protocol for connecting to external tool servers.Configuring MCP servers
Add servers to yourconfig.toml:
How MCP tools appear
Once configured, tools from MCP servers are automatically discovered and available asmcp_{server_name}_{tool_name}. For example, a tool called draw from a server named excalidraw would appear as mcp_excalidraw_draw.
Supported transports
MCP tool results
Bolly handles different result types from MCP servers:- Text — displayed directly
- Images — saved locally and passed to the LLM as URL references
- Resources — documents and blob data
- Errors — structured error messages
Scheduled tasks
Bolly can schedule tasks for future execution using theschedule_agent tool. Scheduled tasks are stored in ~/.bolly/instances/{slug}/scheduled/ and executed when their time arrives.
This is useful for reminders, delayed follow-ups, or periodic checks that don’t fit the heartbeat cycle.