Skip to content
Zed

MSP360 for Zed

io.github.wyre-ai/msp360-mcp

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

client:Zed transport:stdio runtime:oci

Install MSP360 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": {
    "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>"
      }
    }
  }
}

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

MSP360 in other clients