Skip to content
Cursor

ConnectWise Automate for Cursor

io.github.wyre-technology/connectwise-automate-mcp

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

client:Cursor transport:stdio runtime:oci

Install ConnectWise Automate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "connectwise-automate-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/connectwise-automate-mcp:v1.8.2"
      ],
      "env": {
        "CW_AUTOMATE_SERVER_URL": "<CW_AUTOMATE_SERVER_URL>",
        "CW_AUTOMATE_CLIENT_ID": "<CW_AUTOMATE_CLIENT_ID>",
        "CW_AUTOMATE_USERNAME": "<CW_AUTOMATE_USERNAME>",
        "CW_AUTOMATE_PASSWORD": "<CW_AUTOMATE_PASSWORD>",
        "CW_AUTOMATE_2FA_CODE": "<CW_AUTOMATE_2FA_CODE>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ConnectWise Automate in other clients