Serversio.github.wyre-technology/connectwise-automate-mcp
M

ConnectWise Automate

io.github.wyre-technology/connectwise-automate-mcp · v1.5.3
▦ docker
v1.5.3docker oci: ghcr.io/wyre-technology/connectwise-automate-mcp:v1.5.3↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.wyre-technology/connectwise-automate-mcp",
  "description": "MCP server for ConnectWise Automate RMM — computers, clients, alerts, and scripts.",
  "title": "ConnectWise Automate",
  "repository": {
    "url": "https://github.com/wyre-technology/connectwise-automate-mcp",
    "source": "github"
  },
  "version": "1.5.3",
  "websiteUrl": "https://github.com/wyre-technology/connectwise-automate-mcp",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/connectwise-automate-mcp:v1.5.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ConnectWise Automate server URL (e.g. https://your-server.hostedrmm.com)",
          "isRequired": true,
          "format": "string",
          "name": "CW_AUTOMATE_SERVER_URL"
        },
        {
          "description": "ConnectWise Automate integrator client ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CW_AUTOMATE_CLIENT_ID"
        },
        {
          "description": "Integrator username or user credential",
          "isRequired": true,
          "format": "string",
          "name": "CW_AUTOMATE_USERNAME"
        },
        {
          "description": "Integrator password or user password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CW_AUTOMATE_PASSWORD"
        },
        {
          "description": "Two-factor authentication code, if required by the account",
          "format": "string",
          "isSecret": true,
          "name": "CW_AUTOMATE_2FA_CODE"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}