Skip to content
Cline

HaloPSA for Cline

io.github.wyre-ai/halopsa-mcp

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

client:Cline transport:stdio runtime:oci

Install HaloPSA 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": {
    "halopsa-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/halopsa-mcp:v1.7.15"
      ],
      "env": {
        "HALOPSA_CLIENT_ID": "<HALOPSA_CLIENT_ID>",
        "HALOPSA_CLIENT_SECRET": "<HALOPSA_CLIENT_SECRET>",
        "HALOPSA_TENANT": "<HALOPSA_TENANT>",
        "HALOPSA_BASE_URL": "<HALOPSA_BASE_URL>",
        "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

HaloPSA in other clients