← Index

ConnectWise Manage

io.github.wyre-technology/connectwise-manage-mcp·v1.6.0·Calendar & Time
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "connectwise-manage-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/connectwise-manage-mcp:v1.6.0"
      ],
      "env": {
        "CW_MANAGE_COMPANY_ID": "<cw_manage_company_id>",
        "CW_MANAGE_PUBLIC_KEY": "<your-cw_manage_public_key>",
        "CW_MANAGE_PRIVATE_KEY": "<your-cw_manage_private_key>",
        "CW_MANAGE_CLIENT_ID": "<your-cw_manage_client_id>",
        "CW_MANAGE_URL": "https://api-na.myconnectwise.net",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
CW_MANAGE_COMPANY_ID
required

ConnectWise company identifier (the short name used to log in)

CW_MANAGE_PUBLIC_KEY
requiredsecret

ConnectWise API member public key (Members > API Members)

CW_MANAGE_PRIVATE_KEY
requiredsecret

ConnectWise API member private key

CW_MANAGE_CLIENT_ID
requiredsecret

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

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time