← Back to browse

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAVANAN_CLIENT_ID AVANAN_CLIENT_SECRET AVANAN_API_URL MCP_TRANSPORT AUTH_MODE LOG_LEVEL
Claude Code
claude mcp add --env AVANAN_CLIENT_ID= --env AVANAN_CLIENT_SECRET= --env AVANAN_API_URL= --env MCP_TRANSPORT= --env AUTH_MODE= --env LOG_LEVEL= avanan-mcp -- docker ghcr.io/wyre-technology/avanan-mcp:v2.1.1
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"avanan-mcp","command":"docker","args":["ghcr.io/wyre-technology/avanan-mcp:v2.1.1"],"env":{"AVANAN_CLIENT_ID":"","AVANAN_CLIENT_SECRET":"","AVANAN_API_URL":"","MCP_TRANSPORT":"","AUTH_MODE":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "avanan-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/wyre-technology/avanan-mcp:v2.1.1"
      ],
      "env": {
        "AVANAN_CLIENT_ID": "",
        "AVANAN_CLIENT_SECRET": "",
        "AVANAN_API_URL": "",
        "MCP_TRANSPORT": "",
        "AUTH_MODE": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.