Loading MCP server directory, please wait...
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.
npx @getmcp/cli add io.github.wyre-technology/datto-rmm-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
DATTO_API_KEYDatto RMM API key
DATTO_API_SECRETDatto RMM API secret key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DATTO_API_KEY",
"-e",
"DATTO_API_SECRET",
"-e",
"DATTO_PLATFORM",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/datto-rmm-mcp:v1.4.8"
],
"env": {
"DATTO_API_KEY": "",
"DATTO_API_SECRET": "",
"DATTO_PLATFORM": "concord",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}