io.github.wyre-technology

connectwise-automate-mcp

ConnectWise Automate

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

stdiocommunityapplication

Package Details

Transportstdio

Environment Variables

CW_AUTOMATE_SERVER_URL(str)
Required

ConnectWise Automate server URL (e.g. https://your-server.hostedrmm.com)

CW_AUTOMATE_CLIENT_ID(str)
RequiredSecret

ConnectWise Automate integrator client ID

CW_AUTOMATE_USERNAME(str)
Required

Integrator username or user credential

CW_AUTOMATE_PASSWORD(str)
RequiredSecret

Integrator password or user password

CW_AUTOMATE_2FA_CODE(str)
Secret

Two-factor authentication code, if required by the account

MCP_TRANSPORT(str)
Default:stdio

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE(str)
Default:env

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error