Skip to content

v0.1.0 — initial release

Choose a tag to compare

@csitte csitte released this 23 Jun 09:18

Initial release of mailwarden — a native Gmail MCP server talking straight to the live Gmail API (no synced snapshot).

Added

  • Read/find: search, get_thread, list_labels
  • Mailbox actions: modify_labels, archive, mark_read, mark_unread, trash, untrash
  • download_attachment — save an attachment to a local path
  • Snooze (no native Gmail equivalent): snooze, unsnooze, list_snoozed, sweep_snoozed via dated MCP/Snoozed/<YYYY-MM-DD> labels; sweep on demand, mailwarden --sweep, or hourly with MAILWARDEN_AUTO_SWEEP=1
  • Transports: stdio (local) + Streamable HTTP (VPS / claude.ai connector); OAuth scope gmail.modify