MCP Server
MCP
Axcient x360Recover
MCP server for Axcient x360Recover — BCDR clients, devices, jobs, vaults, and appliances.
Install
oci:ghcr.io/wyre-technology/axcient-mcp:v1.0.1
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/axcient-mcp:v1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Axcient x360Portal API key (Settings → API Keys)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AXCIENT_API_KEY"
},
{
"description": "Transport mode. 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