Datto RMM
About
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DATTO_API_KEY DATTO_API_SECRET DATTO_PLATFORM MCP_TRANSPORT AUTH_MODE LOG_LEVELClaude Code
claude mcp add --env DATTO_API_KEY= --env DATTO_API_SECRET= --env DATTO_PLATFORM= --env MCP_TRANSPORT= --env AUTH_MODE= --env LOG_LEVEL= datto-rmm-mcp -- docker ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.1
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"datto-rmm-mcp","command":"docker","args":["ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.1"],"env":{"DATTO_API_KEY":"","DATTO_API_SECRET":"","DATTO_PLATFORM":"","MCP_TRANSPORT":"","AUTH_MODE":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"datto-rmm-mcp": {
"command": "docker",
"args": [
"ghcr.io/wyre-technology/datto-rmm-mcp:v1.7.1"
],
"env": {
"DATTO_API_KEY": "",
"DATTO_API_SECRET": "",
"DATTO_PLATFORM": "",
"MCP_TRANSPORT": "",
"AUTH_MODE": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.