oci ghcr.io/wyre-ai/avanan-mcp:v2.2.3stdioApache-2.0updated 8d ago
A Model Context Protocol (MCP) server for Check Point Avanan (Harmony Email & Collaboration). Enables AI assistants to manage security events, investigate threats, and handle multi-tenant MSP operations across your email security environment.
Avanan で何ができる?
Avanan (Check Point) MCP Server
A Model Context Protocol (MCP) server for Check Point Avanan (Harmony Email & Collaboration). Enables AI assistants to manage security events, investigate threats, and handle multi-tenant MSP operations across your email security environment.
This is a Model Context Protocol (MCP) server that connects Claude (or any MCP-compatible AI) to your Check Point Avanan environment.
Part of the MSP Claude Plugins ecosystem — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.
Features
- Interactive Security Event Card (MCP Apps):
hec_get_eventrenders as a read-only interactive card in MCP Apps hosts (Claude Desktop/web) showing severity, state, platform, and remediation status; neutral by default, brandable viawindow.__BRAND__injection orMCP_BRAND_*env vars; plain-JSON behavior is unchanged in other hosts
Installation
npm install @wyre-ai/avanan-mcp
Configuration
Set the following environment variables:
| Variable | Required | Description |
|---|---|---|
CHECKPOINT_CLIENT_ID |
Yes | Your Checkpoint/Avanan OAuth2 client ID |
CHECKPOINT_CLIENT_SECRET |
Yes | Your Checkpoint/Avanan OAuth2 client secret |
CHECKPOINT_REGION |
No | API region (default: us) |
MCP_TRANSPORT |
No | Transport mode: stdio (default) or http |
Usage
Running with Claude Desktop
Add to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"avanan-mcp": {
"command": "npx",
"args": ["@wyre-ai/avanan-mcp"],
"env": {
"CHECKPOINT_CLIENT_ID": "your-checkpoint-client-id"
"CHECKPOINT_CLIENT_SECRET": "your-checkpoint-client-secret"
}
}
}
}
Running with Claude Code (CLI)
claude mcp add avanan-mcp \
-e CHECKPOINT_CLIENT_ID=your-value \
-e CHECKPOINT_CLIENT_SECRET=your-value \
-- npx -y @wyre-ai/avanan-mcp
Docker
docker build -t avanan-mcp .
docker run \
-e CHECKPOINT_CLIENT_ID=your-value \
-e CHECKPOINT_CLIENT_SECRET=your-value \
-p 8080:8080 avanan-mcp
Available Domains
Events
Security event retrieval and investigation
Actions
Take action on threats (quarantine, release, etc.)
Exceptions
Manage email exceptions and allowlists
Search
Search across email security data
Development
# Clone the repository
git clone https://github.com/WYRE-AI/avanan-mcp.git
cd avanan-mcp
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
Contributing
Contributions are welcome! Please see CONTRIBUTING.md if present, or open an issue to discuss changes.
License
Licensed under the Apache License, Version 2.0. See LICENSE for details.
インストール
Avanan をクライアントに追加します。お使いのものを選んでください。
claude mcp add ghcr-io-wyre-ai-avanan-mcp-v2-2-3 -- docker run -i --rm ghcr.io/wyre-ai/avanan-mcp:v2.2.3codex mcp add ghcr-io-wyre-ai-avanan-mcp-v2-2-3 -- docker run -i --rm ghcr.io/wyre-ai/avanan-mcp:v2.2.3amp mcp add ghcr-io-wyre-ai-avanan-mcp-v2-2-3 -- docker run -i --rm ghcr.io/wyre-ai/avanan-mcp:v2.2.3{
"mcpServers": {
"ghcr-io-wyre-ai-avanan-mcp-v2-2-3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/avanan-mcp:v2.2.3"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ghcr-io-wyre-ai-avanan-mcp-v2-2-3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/avanan-mcp:v2.2.3"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ghcr-io-wyre-ai-avanan-mcp-v2-2-3","command":"docker","args":["run","-i","--rm","ghcr.io/wyre-ai/avanan-mcp:v2.2.3"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ghcr-io-wyre-ai-avanan-mcp-v2-2-3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/avanan-mcp:v2.2.3"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ghcr-io-wyre-ai-avanan-mcp-v2-2-3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/avanan-mcp:v2.2.3"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ghcr-io-wyre-ai-avanan-mcp-v2-2-3": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/avanan-mcp:v2.2.3"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ghcr-io-wyre-ai-avanan-mcp-v2-2-3": {
"type": "local",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/avanan-mcp:v2.2.3"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ghcr-io-wyre-ai-avanan-mcp-v2-2-3": {
"command": {
"path": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/avanan-mcp:v2.2.3"
]
}
}
}
}Add to your Zed `settings.json`.
docker run -i --rm ghcr.io/wyre-ai/avanan-mcp:v2.2.3Run `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス19/25
- 信頼性16/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 2.2.3最新 | 2026年8月26日 |