Skip to content
Grok

Datto RMM for Grok

io.github.wyre-technology/datto-rmm-mcp

MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.

client:Grok transport:stdio runtime:oci

Install Datto RMM in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "datto-rmm-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.6"
      ],
      "env": {
        "DATTO_API_KEY": "<DATTO_API_KEY>",
        "DATTO_API_SECRET": "<DATTO_API_SECRET>",
        "DATTO_PLATFORM": "<DATTO_PLATFORM>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Datto RMM in other clients