io.github.wyre-technology
autotask-mcp
Autotask
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/autotask-mcp:v2.24.1
Transportstdio
Environment Variables
AUTOTASK_USERNAME(str)
Required
Autotask API user resource email (e.g. apiuser@example.com)
AUTOTASK_SECRET(str)
RequiredSecret
Autotask API user secret
AUTOTASK_INTEGRATION_CODE(str)
RequiredSecret
Autotask API integration code (tracking identifier)
AUTOTASK_API_URL(str)
Autotask API zone URL — auto-detected per tenant if omitted
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