MCP Server
MCP
Action1
Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
Install
oci:ghcr.io/wyre-technology/action1-mcp:v1.1.5
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/action1-mcp:v1.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Action1 OAuth client ID",
"isRequired": true,
"format": "string",
"name": "ACTION1_CLIENT_ID"
},
{
"description": "Action1 OAuth client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ACTION1_CLIENT_SECRET"
},
{
"description": "Action1 tenant identifier (subdomain). Provide this or ACTION1_BASE_URL.",
"format": "string",
"name": "ACTION1_TENANT"
},
{
"description": "Action1 base URL (e.g. https://your-instance.action1.com). Provide this or ACTION1_TENANT.",
"format": "string",
"name": "ACTION1_BASE_URL"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment