io.github.wyre-technology
halopsa-mcp
HaloPSA
MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/halopsa-mcp:v1.4.0
Transportstdio
Environment Variables
HALOPSA_CLIENT_ID(str)
Required
HaloPSA OAuth client ID
HALOPSA_CLIENT_SECRET(str)
RequiredSecret
HaloPSA OAuth client secret
HALOPSA_TENANT(str)
HaloPSA tenant identifier (subdomain). Provide this or HALOPSA_BASE_URL.
HALOPSA_BASE_URL(str)
HaloPSA base URL (e.g. https://your-instance.halopsa.com). Provide this or HALOPSA_TENANT.
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error