Skip to content
Gemini CLI

Datto SaaS Protection for Gemini CLI

io.github.wyre-ai/datto-saas-protection-mcp

MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.

client:Gemini CLI transport:stdio runtime:oci

Install Datto SaaS Protection 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": {
    "datto-saas-protection-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/datto-saas-protection-mcp:v2.1.5"
      ],
      "env": {
        "DATTO_SAAS_API_KEY": "<DATTO_SAAS_API_KEY>",
        "DATTO_SAAS_REGION": "<DATTO_SAAS_REGION>",
        "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

Datto SaaS Protection in other clients