mcp-memory-libsql

by spences10
Verified
  • config
{ "accounts": [ { "email": "example@gmail.com", "category": "personal", "description": "Personal Google Account", "auth_status": { "valid": true, "token": { "access_token": "YOUR_ACCESS_TOKEN", "refresh_token": "YOUR_REFRESH_TOKEN", "scope": "https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/gmail.send", "token_type": "Bearer", "expiry_date": 1737951212015, "last_refresh": 1737947613015 } } }, { "email": "work@company.com", "category": "work", "description": "Work Google Account" } ] }