Axcient x360Recover MCP Server
io.github.wyre-technology/axcient-mcp
What is the Axcient x360Recover MCP server?
MCP server for Axcient x360Recover — BCDR clients, devices, jobs, vaults, and appliances.
How to install Axcient x360Recover
Copy-paste configuration for popular MCP clients.
AXCIENT_API_KEYrequiredsecretAxcient x360Portal API key (Settings → API Keys)
MCP_TRANSPORTTransport mode. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"axcient-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/axcient-mcp:v1.0.0"
],
"env": {
"AXCIENT_API_KEY": "<YOUR_AXCIENT_API_KEY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"axcient-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/axcient-mcp:v1.0.0"
],
"env": {
"AXCIENT_API_KEY": "<YOUR_AXCIENT_API_KEY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"axcient-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/axcient-mcp:v1.0.0"
],
"env": {
"AXCIENT_API_KEY": "<YOUR_AXCIENT_API_KEY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"axcient-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/axcient-mcp:v1.0.0"
],
"env": {
"AXCIENT_API_KEY": "<YOUR_AXCIENT_API_KEY>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add axcient-mcp --env AXCIENT_API_KEY=<YOUR_AXCIENT_API_KEY> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/axcient-mcp:v1.0.0Related MCP servers

Autotask
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

NinjaOne
MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

ConnectWise Manage
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.

IT Glue
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.

CIPP
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).

Datto RMM
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.