# ConnectWise Automate (oci · ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1)

MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.

- Trust score: 45/100 (low)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- oci · `ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1`: 45/100 (this document), [markdown](https://verifymcp.io/servers/wyre-ai-connectwise-automate-mcp/ghcr-io-wyre-ai-connectwise-automate-mcp-v2-0-1.md), [page](https://verifymcp.io/servers/wyre-ai-connectwise-automate-mcp/ghcr-io-wyre-ai-connectwise-automate-mcp-v2-0-1)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 10 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1764 tokens (~84/item across 21 items; 20 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "cwautomate_scripts_execute" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the ConnectWise Automate MCP server?

ConnectWise Automate runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add wyre-ai-connectwise-automate-mcp -- docker run --rm -i ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1
```

### Cursor

```json
{
  "mcpServers": {
    "wyre-ai-connectwise-automate-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "wyre-ai-connectwise-automate-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add wyre-ai-connectwise-automate-mcp -- docker run --rm -i ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-connectwise-automate-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  wyre-ai-connectwise-automate-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1"]
```

### Netclaw

```json
{
  "McpServers": {
    "wyre-ai-connectwise-automate-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "wyre-ai-connectwise-automate-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-18 (score 45, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 44, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-09-10 (score 41)

First indexed and scored.

## MCP tools (20)

### `cwautomate_navigate` (~139 tokens)

Discover available ConnectWise Automate tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

Input parameters:

- `domain` (string, required): The domain to explore: - computers: Endpoint management - list, get, manage computers and devices in ConnectWise Automate - clients: Company management - list and get client/company information and r…

### `cwautomate_status` (~18 tokens)

Show credentials status and available domains

### `cwautomate_computers_list` (~106 tokens)

List computers in ConnectWise Automate. Can filter by client, location, or online status.

Input parameters:

- `client_id` (number): Filter computers by client ID
- `limit` (number): Maximum number of results per page (default: 50)
- `location_id` (number): Filter computers by location ID
- `skip` (number): Number of results to skip for pagination
- `status` (string): Filter by online status (default: all)

### `cwautomate_computers_get` (~35 tokens)

Get details for a specific computer by its ID

Input parameters:

- `computer_id` (number, required): The computer ID

### `cwautomate_computers_search` (~72 tokens)

Search for computers by name (matches any part of the computer name)

Input parameters:

- `client_id` (number): Limit search to a specific client
- `limit` (number): Maximum number of results (default: 50)
- `query` (string, required): Search query matched against the computer name

### `cwautomate_computers_reboot` (~145 tokens)

Reboot a computer and wait for the command's result. Automate has no dedicated restart route: the reboot is issued as a catalog command (POST /Computers/{id}/CommandExecute). By default the first catalog entry named like 'Reboot' or 'Restart' is used; pass command_id (from cwautomate_commands_list) to choose a specific one. The API user's command level caps which commands may be issued.

Input parameters:

- `command_id` (string): Catalog command ID to issue instead of auto-selecting the reboot command, from cwautomate_commands_list
- `computer_id` (number, required): The computer ID to reboot

### `cwautomate_computers_run_script` (~65 tokens)

Run a script on a specific computer

Input parameters:

- `computer_id` (number, required): The computer ID to run the script on
- `parameters` (object): Script parameters as key-value pairs
- `script_id` (number, required): The script ID to execute

### `cwautomate_commands_list` (~50 tokens)

List the Automate command catalog. Commands are a fixed, server-defined set addressed by ID — call this to find the command ID before using cwautomate_computers_run_command.

### `cwautomate_computers_run_command` (~159 tokens)

Issue a catalog command to a computer and wait for its result. The command_id must come from cwautomate_commands_list; free-text commands are not accepted by Automate. Note that the API user's command level and the group-level 'Send Commands' grant silently cap which commands may be issued.

Input parameters:

- `command_id` (string, required): The catalog command ID, from cwautomate_commands_list
- `computer_id` (number, required): The computer ID to send the command to
- `parameters` (array): Positional parameters for the command, in the order the command expects them
- `timeout_seconds` (number): How long to wait for the command to finish before returning a partial result (default: 90)

### `cwautomate_clients_list` (~56 tokens)

List all clients in ConnectWise Automate with optional filtering.

Input parameters:

- `limit` (number): Maximum number of results per page (default: 50)
- `skip` (number): Number of results to skip for pagination

### `cwautomate_clients_get` (~46 tokens)

Get details for a specific client by ID

Input parameters:

- `client_id` (number, required): The client ID
- `include_locations` (boolean): Include location details in the response

### `cwautomate_clients_create` (~77 tokens)

Create a new client in ConnectWise Automate

Input parameters:

- `city` (string): City
- `country` (string): Country
- `name` (string, required): Client name
- `phone` (string): Phone number
- `state` (string): State/Province
- `zip` (string): ZIP/Postal code

### `cwautomate_clients_update` (~96 tokens)

Update an existing client in ConnectWise Automate

Input parameters:

- `city` (string): New city
- `client_id` (number, required): The client ID to update
- `country` (string): New country
- `name` (string): New client name
- `phone` (string): New phone number
- `state` (string): New state/province
- `zip` (string): New ZIP/postal code

### `cwautomate_alerts_list` (~129 tokens)

List alerts in ConnectWise Automate with optional filtering by computer, client or severity. Alerts are read-only in the Automate API: they carry no status and cannot be acknowledged or closed through it.

Input parameters:

- `client_id` (number): Filter alerts by client ID
- `computer_id` (number): Filter alerts by computer ID
- `limit` (number): Maximum number of results per page (default: 50)
- `severity` (number): Filter by severity ID (matches the alert's Severity.Id)
- `skip` (number): Number of results to skip for pagination

### `cwautomate_alerts_get` (~43 tokens)

Get details for a specific alert by ID. Alerts are read-only in the Automate API.

Input parameters:

- `alert_id` (number, required): The alert ID

### `cwautomate_scripts_list` (~80 tokens)

List available scripts in ConnectWise Automate with optional filtering.

Input parameters:

- `folder_id` (number): Filter scripts by folder ID
- `limit` (number): Maximum number of results per page (default: 50)
- `search` (string): Search scripts by name
- `skip` (number): Number of results to skip for pagination

### `cwautomate_scripts_get` (~76 tokens)

Get a script's catalog metadata by ID: its Name, Folder, Comments, the Is*Script kind flags, and the list of Parameters it accepts (useful before cwautomate_scripts_execute). Note the script's Id is a string in this response.

Input parameters:

- `script_id` (number, required): The script ID

### `cwautomate_scripts_execute` (~226 tokens)

Run a script on one or more computers and wait for the result. Automate has no synchronous run, so this schedules the script and polls its history until it finishes, returning the per-computer outcome and any diagnostic message. Use the computers domain to find computer IDs first.

Input parameters:

- `computer_ids` (array, required): Array of computer IDs to run the script on
- `parameters` (object): Script parameters as key-value pairs
- `priority` (string): Execution priority (default: normal)
- `script_id` (number, required): The script ID to execute
- `skip_offline` (boolean): Skip the run entirely if the agent is offline at fire time
- `timeout_seconds` (number): How long to wait for completion before returning a partial result (default: 90). The script keeps running server-side either way.
- `wait` (boolean): Wait for the run to finish (default: true). Set false to schedule and return immediately without an outcome.
- `wake_offline` (boolean): Send a Wake-on-LAN first if the agent is offline

### `cwautomate_scripts_history` (~91 tokens)

Get completed script-run history for a computer, including the pass/fail state and Automate's diagnostic message. Use this to pick up the result of a run that was scheduled without waiting, or that outlasted its wait timeout.

Input parameters:

- `computer_id` (number, required): The computer ID to read script history for
- `limit` (number): Maximum number of results (default: 50)

### `cwautomate_scripts_running` (~33 tokens)

List scripts currently running on a computer

Input parameters:

- `computer_id` (number, required): The computer ID to check

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/wyre-ai-connectwise-automate-mcp/ghcr-io-wyre-ai-connectwise-automate-mcp-v2-0-1#diagnostics

## Score history

- 2026-09-20: 45
- 2026-09-19: 45
- 2026-09-18: 45
- 2026-09-17: 44
- 2026-09-16: 41
- 2026-09-15: 41
- 2026-09-14: 41
- 2026-09-13: 41
- 2026-09-12: 41
- 2026-09-11: 41
- 2026-09-10: 41

## Common questions

### What is the ConnectWise Automate MCP server?

ConnectWise Automate is an MCP server listed in the public MCP registry as io.github.WYRE-AI/connectwise-automate-mcp. MCP server for ConnectWise Automate RMM, computers, clients, alerts, and scripts. This page covers its container image (ghcr.io/wyre-ai/connectwise-automate-mcp:v2.0.1).

### Is the ConnectWise Automate MCP server safe to use?

ConnectWise Automate scores 45 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the ConnectWise Automate MCP server expose?

ConnectWise Automate exposes 20 tools: cwautomate_navigate, cwautomate_status, cwautomate_computers_list, cwautomate_computers_get, cwautomate_computers_search, and 15 more. Their descriptions and schemas cost roughly 1,742 tokens of context every time the server is loaded.

### Is the ConnectWise Automate MCP server still maintained?

ConnectWise Automate is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the ConnectWise Automate MCP server under?

ConnectWise Automate declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- Repository: https://github.com/WYRE-AI/connectwise-automate-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wyre-ai-connectwise-automate-mcp/ghcr-io-wyre-ai-connectwise-automate-mcp-v2-0-1.xml
- Changelog JSON feed: https://verifymcp.io/servers/wyre-ai-connectwise-automate-mcp/ghcr-io-wyre-ai-connectwise-automate-mcp-v2-0-1.json
- HTML version of this page: https://verifymcp.io/servers/wyre-ai-connectwise-automate-mcp/ghcr-io-wyre-ai-connectwise-automate-mcp-v2-0-1
