Skip to content
Zed

Axcient x360Recover for Zed

io.github.wyre-ai/axcient-mcp

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

client:Zed transport:stdio runtime:oci

Install Axcient x360Recover in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "axcient-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/axcient-mcp:v1.0.3"
      ],
      "env": {
        "AXCIENT_API_KEY": "<AXCIENT_API_KEY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Axcient x360Recover in other clients