PluginBench
MCP Server
Active

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AXCIENT_API_KEY
    required
    secret

    Axcient x360Portal API key (Settings → API Keys)

  • MCP_TRANSPORT

    Transport mode. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

  • AUTH_MODE

    Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

  • LOG_LEVEL

    Log verbosity: debug, info, warn, error

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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.0

Related MCP servers

Autotask logo

Autotask

Active

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

48
TypeScript
Apache-2.0
View repository →
NinjaOne logo

NinjaOne

Active

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

22
TypeScript
Apache-2.0
View repository →

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

19
TypeScript
Apache-2.0
View repository →
IT Glue logo

IT Glue

Active

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

17
TypeScript
Apache-2.0
View repository →
CIPP logo

CIPP

Active

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

10
TypeScript
View repository →
Datto RMM logo

Datto RMM

Active

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

3
TypeScript
Apache-2.0
View repository →