Claude Halopsa
БесплатноНе проверенEnables Claude to interact with HaloPSA by authenticating via Azure CLI and fetching OAuth secrets from Azure Key Vault at runtime.
Описание
Enables Claude to interact with HaloPSA by authenticating via Azure CLI and fetching OAuth secrets from Azure Key Vault at runtime.
README
PrecisionIT launcher for the HaloPSA MCP connector. Mirrors the Meraki connector
pattern: the connector authenticates to Azure with the technician's own
az login identity and pulls HaloPSA OAuth config from Azure Key Vault at
runtime. No secrets ever land in the Claude config file.
The actual MCP server is the upstream package @adamhancock/halopsa-mcp; this repo is the Key Vault launcher that wraps it.
How it works
Claude Desktop / Claude Code spawns
node mcp-keyvault-launch.js.The launcher uses
AzureCliCredential(the tech'saz loginsession) to read four secrets from Key Vault — RW vault first, whole-set fallback to RO:Vault secret Env var injected HaloPsaUrlHALOPSA_URLHaloPsaTenantHALOPSA_TENANTHaloPsaClientIdHALOPSA_CLIENT_IDHaloPsaClientSecretHALOPSA_CLIENT_SECRETWith those in the environment, it spawns
@adamhancock/halopsa-mcpover stdio. stdout is the MCP JSON-RPC channel; all launcher diagnostics go to stderr.
Vaults: PrecisionIT-MCP-RW (read-write techs) and PrecisionIT-MCP-RO
(read-only techs). RW vs RO is an Entra entitlement, not a machine setting.
Prerequisites
- git
- Node.js 18+
- Azure CLI, signed in (
az login) with an identity entitled to one of the vaults - Claude Desktop and/or Claude Code
Install
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/dspray/claude-halopsa-mcp/main/install/install.sh | bash
Windows (PowerShell)
powershell -ExecutionPolicy Bypass -Command "iwr https://raw.githubusercontent.com/dspray/claude-halopsa-mcp/main/install/install.ps1 -OutFile $env:TEMP\h.ps1; & $env:TEMP\h.ps1"
The installer resolves node's absolute path, clones this repo to
~/claude-halopsa-mcp, runs npm ci, and writes the halopsa entry into the
Claude Desktop config (backing it up first) and Claude Code (via claude mcp add, if the CLI is present). It is idempotent.
After installing, fully quit and reopen Claude Desktop, then confirm the
halopsa tools load and run a harmless read (e.g. "list a couple of Halo
clients").
Manual config (if you skip the installer)
{
"mcpServers": {
"halopsa": {
"command": "/absolute/path/to/node",
"args": ["/Users/you/claude-halopsa-mcp/mcp-keyvault-launch.js"]
}
}
}
No env block — the launcher fetches everything at runtime.
Troubleshooting
- No tools after install: confirm a full quit + reopen (not just closing the window), and that the config was written to the app you're actually using.
- Credential error on stderr:
az loginsession expired (az loginagain) orazisn't on the launcher's PATH. - 401/403 from Halo on a working install: the OAuth token cache (~1 hour after a scope change). Disconnect and reconnect the connector to force a fresh token.
- Calls hang then time out: the MCP server wedged — fully quit and relaunch Claude Desktop.
Notes
- The connector authenticates as a shared PrecisionIT HaloPSA OAuth application; Halo action attribution reflects that app. Per-tech attribution here is at the Key Vault access layer (who pulled the secret), same as the Meraki connector.
- If you rename the Key Vault secrets, edit
SECRET_MAPat the top ofmcp-keyvault-launch.jsto match.
Установка Claude Halopsa
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dspray/claude-halopsa-mcpFAQ
Claude Halopsa MCP бесплатный?
Да, Claude Halopsa MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Claude Halopsa?
Нет, Claude Halopsa работает без API-ключей и переменных окружения.
Claude Halopsa — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Claude Halopsa в Claude Desktop, Claude Code или Cursor?
Открой Claude Halopsa на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Claude Halopsa with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
