Action1

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

ACTION1_CLIENT_ID(str)
Required

Action1 OAuth client ID

ACTION1_CLIENT_SECRET(str)
RequiredSecret

Action1 OAuth client secret

ACTION1_TENANT(str)

Action1 tenant identifier (subdomain). Provide this or ACTION1_BASE_URL.

ACTION1_BASE_URL(str)

Action1 base URL (e.g. https://your-instance.action1.com). Provide this or ACTION1_TENANT.

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