← Index

HaloPSA

io.github.wyre-technology/halopsa-mcp·v1.4.0·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "halopsa-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/halopsa-mcp:v1.4.0"
      ],
      "env": {
        "HALOPSA_CLIENT_ID": "<halopsa_client_id>",
        "HALOPSA_CLIENT_SECRET": "<your-halopsa_client_secret>",
        "HALOPSA_TENANT": "<halopsa_tenant>",
        "HALOPSA_BASE_URL": "<halopsa_base_url>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
HALOPSA_CLIENT_ID
required

HaloPSA OAuth client ID

HALOPSA_CLIENT_SECRET
requiredsecret

HaloPSA OAuth client secret

HALOPSA_TENANT

HaloPSA tenant identifier (subdomain). Provide this or HALOPSA_BASE_URL.

HALOPSA_BASE_URL

HaloPSA base URL (e.g. https://your-instance.halopsa.com). Provide this or HALOPSA_TENANT.

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other