Skip to content
Windsurf

Avanan for Windsurf

io.github.wyre-ai/avanan-mcp

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

client:Windsurf transport:stdio runtime:oci

Install Avanan in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Avanan in other clients