io.github.wyre-technology
kaseya-vsa-mcp
Kaseya VSA
MCP server for Kaseya VSA RMM — agents, patches, procedures, alarms, tickets.
stdiocommunityapplication
Package Details
ghcr.io/wyre-technology/kaseya-vsa-mcp:v1.0.1
Transportstdio
Environment Variables
KASEYA_VSA_TENANT_URL(str)
Required
Full base URL including /api/v1.0 (e.g. https://vsa.example.com/api/v1.0)
KASEYA_VSA_USERNAME(str)
Local-auth username (omit if using Kaseya One token)
KASEYA_VSA_PASSWORD(str)
Secret
Local-auth password (omit if using Kaseya One token)
KASEYA_VSA_K1_TOKEN(str)
Secret
Kaseya One SSO token (alternative to username + password)
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