mcp ecc for Zed
io.github.karljsamuel/mcp-ecc
Unified MCP server for Email, Calendar & Contacts (Google, M365, Zoho, IMAP/SMTP, DAV).
client:Zed
transport:stdio
runtime:npm
Install mcp ecc in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-ecc": {
"command": "npx",
"args": [
"-y",
"mcp-ecc"
],
"env": {
"MCP_ENCRYPTION_KEY": "<MCP_ENCRYPTION_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs