Datto RMM for Cline
io.github.wyre-ai/datto-rmm-mcp
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.
client:Cline
transport:stdio
runtime:oci
Install Datto RMM in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/datto-rmm-mcp:v1.7.10"
],
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs