io.github.wyre-technology
action1-mcp
Action1
Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/action1-mcp:v1.0.3
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:
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