Skip to content
Zed

Avanan for Zed

io.github.wyre-ai/avanan-mcp

MCP server for Check Point Harmony Email & Collaboration (Avanan) email security.

client:Zed transport:stdio runtime:oci

Install Avanan 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": {
    "avanan-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/avanan-mcp:v2.2.3"
      ],
      "env": {
        "AVANAN_CLIENT_ID": "<AVANAN_CLIENT_ID>",
        "AVANAN_CLIENT_SECRET": "<AVANAN_CLIENT_SECRET>",
        "AVANAN_API_URL": "<AVANAN_API_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Avanan in other clients