damien_mcp_server

damien_mcp_server

3.2

If you are the rightful owner of damien_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

MCP Server for Damien-CLI functionalities, enabling AI assistants to interact with Gmail management capabilities.

The Damien MCP Server acts as a bridge between AI assistants and the Damien-CLI core functionalities. It exposes Damien's Gmail management capabilities as MCP tools that can be used by AI assistants through a standardized API. The server supports the Model Context Protocol for seamless integration, provides tools for managing emails and rules, maintains session context using DynamoDB, and ensures secure authentication with Gmail.

Features

  • MCP Protocol Support: Implements the Model Context Protocol for seamless integration with AI assistants.
  • Gmail Management: Provides tools for listing, trashing, labeling, and managing emails.
  • Rule Management: Allows creating, listing, and applying Gmail filtering rules.
  • Session Context: Maintains conversation context using DynamoDB for multi-turn interactions.
  • Secure Authentication: Uses existing Damien-CLI token-based authentication with Gmail.

Tools

  1. damien_list_emails

    Lists emails from your Gmail account based on query parameters.

  2. damien_get_email_details

    Retrieves detailed information about a specific email.

  3. damien_trash_emails

    Moves specified emails to the trash folder.

  4. damien_label_emails

    Adds or removes labels from specified emails.

  5. damien_mark_emails

    Marks emails as read or unread.

  6. damien_apply_rules

    Applies email filtering rules to your Gmail account.

  7. damien_list_rules

    Lists all email filtering rules.

  8. damien_add_rule

    Adds a new email filtering rule.

  9. damien_delete_rule

    Deletes an existing rule by ID or name.

  10. damien_delete_emails_permanently

    Permanently deletes emails (cannot be recovered).