MCP Server
MCP
ConnectWise Manage
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
Install
oci:ghcr.io/wyre-technology/connectwise-manage-mcp:v1.8.6
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/connectwise-manage-mcp:v1.8.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ConnectWise company identifier (the short name used to log in)",
"isRequired": true,
"format": "string",
"name": "CW_MANAGE_COMPANY_ID"
},
{
"description": "ConnectWise API member public key (Members > API Members)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CW_MANAGE_PUBLIC_KEY"
},
{
"description": "ConnectWise API member private key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CW_MANAGE_PRIVATE_KEY"
},
{
"description": "Client ID from the ConnectWise Developer Portal (developer.connectwise.com)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CW_MANAGE_CLIENT_ID"
},
{
"description": "ConnectWise API base URL — region-specific (api-na/eu/au.myconnectwise.net) or self-hosted",
"format": "string",
"default": "https://api-na.myconnectwise.net",
"name": "CW_MANAGE_URL"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment