Skip to main content
Glama
rjr3000

cypht-mcp

by rjr3000

cypht-mcp Cloudflare Worker

Cloudflare Worker implementation of the Cypht email MCP. It preserves the eight email tools from the Docker service while moving MCP transport to the Worker runtime and storing encrypted account records in a Durable Object.

Runtime

  • Worker: cypht-mcp

  • Endpoint: https://cypht-mcp.rg1.workers.dev/mcp

  • Mail host: smtp.rg1.in (public IMAPS 993 and SMTP submission 587)

  • State: CyphtState Durable Object

  • Secrets: MCP_BEARER, ACCOUNT_STORE_KEY

  • Transport: Streamable HTTP

The Worker cannot use the Docker-only hostname mailserver-email-1; the mail server must remain reachable at the configured public hostname. Mail host validation prevents arbitrary outbound host connections.

Related MCP server: gmail-mcp

Tools

add_account, set_profile, list_accounts, send_email, list_emails, view_email, search_emails, and delete_email are registered with the same names and core arguments as the Docker implementation. search_emails is implemented as an IMAP subject/from search.

Mailbox passwords are encrypted with AES-GCM before Durable Object storage and are never returned by tools. delete_email performs an irreversible IMAP EXPUNGE.

Deploy

Deployment is owned by mcp-ops: create a dev/* branch, open and merge a PR, then verify the Workers Build and authenticated MCP smoke. Do not run local Wrangler deployment from the skill tree.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    B
    maintenance
    An MCP server that provides email sending, reading, replying, and searching capabilities through a Cloudflare Worker, allowing an AI assistant to manage an independent mailbox.
  • A
    license
    -
    quality
    B
    maintenance
    Remote MCP server on Cloudflare Workers that exposes multiple Gmail accounts to Claude, replicating Anthropic's built-in Gmail connector with an added account parameter.
    268
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A Gmail MCP server running on Cloudflare Workers that enables reading, searching, labeling, drafting, sending, and managing Gmail messages, including fetching raw attachment bytes, with per-user OAuth authorization.
    268
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    gmail-mcp is a remote MCP server that exposes Gmail as a set of tools — search, read, label, draft, send — over streamable HTTP with OAuth 2.1. It runs on Cloudflare Workers under your own domain.
    268
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Cloudflare Workers MCP server: email-validator

  • Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth

  • Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rjr3000/cypht-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server