Home › Other › ConnectWise Manage

ConnectWise Manage

MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.

TypeScript
★ 25 stars Last pushed 2026-09-22 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/wyre-ai/connectwise-manage-mcp:v1.9.0

Or add to your MCP client config:

{
  "mcpServers": {
    "connectwise-manage-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/connectwise-manage-mcp:v1.9.0"
      ],
      "env": {
        "CW_MANAGE_COMPANY_ID": "<YOUR_VALUE>",
        "CW_MANAGE_PUBLIC_KEY": "<YOUR_VALUE>",
        "CW_MANAGE_PRIVATE_KEY": "<YOUR_VALUE>",
        "CW_MANAGE_CLIENT_ID": "<YOUR_VALUE>",
        "CW_MANAGE_URL": "<YOUR_VALUE>",
        "MCP_TRANSPORT": "<YOUR_VALUE>",
        "AUTH_MODE": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CW_MANAGE_COMPANY_ID required — ConnectWise company identifier (the short name used to log in)
  • CW_MANAGE_PUBLIC_KEY required secret — ConnectWise API member public key (Members > API Members)
  • CW_MANAGE_PRIVATE_KEY required secret — ConnectWise API member private key
  • CW_MANAGE_CLIENT_ID required secret — Client ID from the ConnectWise Developer Portal (developer.connectwise.com)
  • CW_MANAGE_URL — ConnectWise API base URL — region-specific (api-na/eu/au.myconnectwise.net) or self-hosted
  • MCP_TRANSPORT — Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
  • AUTH_MODE — Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
  • LOG_LEVEL — Log verbosity: debug, info, warn, error

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.wyre-technology/connectwise-manage-mcp

Related servers

Data from the Official MCP Registry