Skip to content
Gemini CLI

Axcient x360Recover for Gemini CLI

io.github.wyre-technology/axcient-mcp

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

client:Gemini CLI transport:stdio runtime:oci

Install Axcient x360Recover in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "axcient-mcp": {
      "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Axcient x360Recover in other clients