ImmyBot

MCP server for ImmyBot — Windows software deployment, maintenance, tenants, deployments.

stdioofficialservice

Package Details

Transportstdio

Environment Variables

IMMYBOT_TENANT_ID(str)
Required

ImmyBot Azure AD tenant ID

IMMYBOT_CLIENT_ID(str)
Required

ImmyBot OAuth client ID

IMMYBOT_CLIENT_SECRET(str)
RequiredSecret

ImmyBot OAuth client secret

IMMYBOT_INSTANCE_SUBDOMAIN(str)
Required

ImmyBot instance subdomain (e.g. 'acme' for acme.immy.bot)

MCP_TRANSPORT(str)
Default:stdio

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE(str)
Default:env

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL(str)
Default:info

Log verbosity: debug, info, warn, error