Skip to content
Cursor

HaloPSA for Cursor

io.github.wyre-technology/halopsa-mcp

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

client:Cursor transport:stdio runtime:oci

Install HaloPSA in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "halopsa-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/halopsa-mcp:v1.7.11"
      ],
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

HaloPSA in other clients