Loading MCP server directory, please wait...
MCP server for Axcient x360Recover — BCDR clients, devices, jobs, vaults, and appliances.
npx @getmcp/cli add io.github.wyre-technology/axcient-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
AXCIENT_API_KEYAxcient x360Portal API key (Settings → API Keys)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/axcient-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"AXCIENT_API_KEY",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/axcient-mcp:v1.0.1"
],
"env": {
"AXCIENT_API_KEY": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}