MCP.so
登录

Resend MCP Server Extension for Zed

@danilo-leal

关于 Resend MCP Server Extension for Zed

A Zed extension for the Resend MCP.

基本信息

分类

开发工具

运行时

rust

传输方式

stdio

发布者

danilo-leal

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Resend MCP Server Extension for Zed?

This extension integrates the resend-mcp npm package as a Model Context Protocol (MCP) server for the Zed editor, allowing users to send emails through the Resend email API directly from within Zed.

How to use Resend MCP Server Extension for Zed?

Configure the extension in your Zed settings file (~/.config/zed/settings.json) under the context_servers section. At minimum, provide your Resend API key. Optionally set a default sender email address and one or more reply-to email addresses (comma-separated). Once configured, the server becomes available for AI-powered email sending within Zed.

Key features of Resend MCP Server Extension for Zed

  • Integrates the resend-mcp package as a Zed MCP server.
  • Supports sending emails via Resend API from the editor.
  • Minimal configuration requires only an API key.
  • Optional default sender email for a smoother workflow.
  • Optional multiple reply-to addresses.
  • Prompts for sender email if not pre-configured.

Use cases of Resend MCP Server Extension for Zed

  • Compose and send emails using AI assistance inside Zed.
  • Automate email notifications triggered by code analysis or project events.
  • Send transactional or verification emails directly from the development environment.
  • Prototype email workflows without leaving the editor.

FAQ from Resend MCP Server Extension for Zed

Do I need a Resend API key to use this extension?

Yes, a Resend API key is required and must be added in the resend_api_key setting.

What happens if I don’t set a sender email address?

If no sender email is configured, you will be prompted to provide one each time you send an email.

Can I use multiple reply-to addresses?

Yes, reply-to addresses are configured as a comma-separated string in reply_to_email_addresses.

Is the sender email required to be verified with Resend?

Yes, the example configuration uses [email protected], implying the sender email must be verified in your Resend account.

Where do I place the configuration for this extension?

The configuration lives in your Zed settings file (~/.config/zed/settings.json) under context_servers with the key mcp-server-resend.

评论

开发工具 分类下的更多 MCP 服务器