Skip to content
Gemini CLI

MSP360 for Gemini CLI

io.github.wyre-ai/msp360-mcp

MCP server for MSP360's Managed Backup Service API — companies, computers, and backup plans.

client:Gemini CLI transport:stdio runtime:oci

Install MSP360 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": {
    "msp360-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/msp360-mcp:v1.0.0"
      ],
      "env": {
        "MSP360_USERNAME": "<MSP360_USERNAME>",
        "MSP360_PASSWORD": "<MSP360_PASSWORD>",
        "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

MSP360 in other clients