Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp ecc in other clients