Skip to content

ConnectWise CPQ for Zed

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

MCP server for ConnectWise CPQ (Sell) — quotes, line items, customers, terms, and templates.

client:Zed transport:stdio runtime:oci

Install ConnectWise CPQ 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-cpq-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/connectwise-cpq-mcp:v1.0.4"
      ],
      "env": {
        "CPQ_ACCESS_KEY": "<CPQ_ACCESS_KEY>",
        "CPQ_PUBLIC_KEY": "<CPQ_PUBLIC_KEY>",
        "CPQ_PRIVATE_KEY": "<CPQ_PRIVATE_KEY>",
        "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 CPQ in other clients