Skip to content

ConnectWise Manage for Zed

io.github.wyre-technology/connectwise-manage-mcp

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

client:Zed transport:stdio runtime:oci

Install ConnectWise Manage in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "connectwise-manage-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/connectwise-manage-mcp:v1.8.6"
      ],
      "env": {
        "CW_MANAGE_COMPANY_ID": "<CW_MANAGE_COMPANY_ID>",
        "CW_MANAGE_PUBLIC_KEY": "<CW_MANAGE_PUBLIC_KEY>",
        "CW_MANAGE_PRIVATE_KEY": "<CW_MANAGE_PRIVATE_KEY>",
        "CW_MANAGE_CLIENT_ID": "<CW_MANAGE_CLIENT_ID>",
        "CW_MANAGE_URL": "<CW_MANAGE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ConnectWise Manage in other clients