MCP.so
登录

Trusted GMail MCP Server

@0xfreysa

关于 Trusted GMail MCP Server

First Trusted MCP server running on AWS Nitro Enclave Trusted Execution Environment

基本信息

分类

沟通协作

运行时

node

传输方式

stdio

发布者

0xfreysa

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Trusted GMail MCP Server?

A remote MCP server for Gmail that runs inside an AWS Nitro enclave, providing a trusted execution environment. It uses SSE transport and requires an app‑specific password for authentication.

How to use Trusted GMail MCP Server?

Configure the server URL in your client’s mcp.json with your Gmail address and app‑specific password, then restart the client. For self‑deployment, follow the repo’s instructions to build and run the server inside a Nitro enclave.

Key features of Trusted GMail MCP Server

  • Runs inside an AWS Nitro enclave for hardware‑attested security
  • Uses SSE (Server‑Sent Events) transport for remote connectivity
  • Authenticates via Google app‑specific passwords
  • Supports code attestation verification
  • Open‑source and forkable

Use cases of Trusted GMail MCP Server

  • Read and manage Gmail messages through an MCP‑compatible AI assistant
  • Automate email workflows with verifiable trust in the execution environment
  • Run a private, self‑hosted Gmail MCP server in a cloud enclave
  • Verify that the deployed server matches the intended codebase via attestation

FAQ from Trusted GMail MCP Server

How do I authenticate to the server?

Use an app‑specific password from your Google account and pass it in the URL query string as ASP.

What are the security risks of passing credentials in the URL?

URLs can be logged by proxies, browsers, and servers, may appear in browser history, and can leak via the Referer header. This is a proof‑of‑concept limited by current MCP authentication standards.

How can I verify the code running in the enclave?

Clone the repo, run the included verifier, and provide the PCR2 hash and signed attestation to confirm the code identity.

Can I run my own instance?

Yes. Provision a Nitro‑enabled EC2 instance, run the setup script, allocate memory, build the enclave, and start the server using the provided make commands.

评论

沟通协作 分类下的更多 MCP 服务器