Skip to content

Kaseya Quote Manager for Cline

io.github.wyre-technology/kaseya-quote-manager-mcp

Read-only MCP server for Kaseya Quote Manager (Datto Commerce): quotes, orders, purchasing.

client:Cline transport:stdio runtime:oci

Install Kaseya Quote Manager in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "kaseya-quote-manager-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/kaseya-quote-manager-mcp:v1.0.10"
      ],
      "env": {
        "KASEYA_QUOTE_MANAGER_API_KEY": "<KASEYA_QUOTE_MANAGER_API_KEY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Kaseya Quote Manager in other clients