Skip to content
Cursor

Axcient x360Recover for Cursor

io.github.wyre-technology/axcient-mcp

MCP server for Axcient x360Recover — BCDR clients, devices, jobs, vaults, and appliances.

client:Cursor transport:stdio runtime:oci

Install Axcient x360Recover in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "axcient-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/axcient-mcp:v1.0.1"
      ],
      "env": {
        "AXCIENT_API_KEY": "<AXCIENT_API_KEY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Axcient x360Recover in other clients