config
Configure Mnemo server settings, trigger sync, and authenticate Google Drive for persistent AI memory across machines.
Instructions
Server config, sync, and setup. Actions: status|sync|set|warmup|setup_sync.
ACTION GUIDE — when to use each:
status: Show current configuration, setup status, and database stats.
sync: Trigger manual sync (requires sync_enabled=true + google_drive_client_id).
set: Update a setting. Requires 'key' and 'value'. Valid keys: 'sync_enabled' (true/false), 'sync_interval' (int), 'log_level' (str). Example: action='set', key='sync_enabled', value='true'
warmup: Pre-download embedding model (~570 MB) to avoid delays later.
setup_sync: Authenticate Google Drive via Device Code OAuth flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| key | No | ||
| value | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |