ConnectWise Manage✓
io.github.wyre-technology/connectwise-manage-mcp · v1.6.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.wyre-technology/connectwise-manage-mcp",
"description": "MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.",
"title": "ConnectWise Manage",
"repository": {
"url": "https://github.com/wyre-technology/connectwise-manage-mcp",
"source": "github"
},
"version": "1.6.1",
"websiteUrl": "https://github.com/wyre-technology/connectwise-manage-mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/connectwise-manage-mcp:v1.6.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}