Home › Other › ConnectWise Manage
ConnectWise Manage
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
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_IDrequired — ConnectWise company identifier (the short name used to log in)CW_MANAGE_PUBLIC_KEYrequired secret — ConnectWise API member public key (Members > API Members)CW_MANAGE_PRIVATE_KEYrequired secret — ConnectWise API member private keyCW_MANAGE_CLIENT_IDrequired 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-hostedMCP_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
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry